#60DEAE

Color #60DEAE Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #60DEAE

Tints of Medium Aquamarine #60DEAE

Color information

#60DEAE (or 0x60DEAE) is unknown color: approx Medium Aquamarine. HEX triplet: 60, DE and AE. RGB value is (96,222,174). Sum of RGB (Red+Green+Blue) = 96+222+174=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DEAE is #9F2151. Grayscale: #B2B2B2. Windows color (decimal): -10428754 or 11460192. OLE color: 11460192.

HSL color Cylindrical-coordinate representation of color #60DEAE: hue angle of 157.14º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DEAE is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB96222174-
CMYK0.5700.220.13
HSL157.14º65.62%62.35%-
HSV(B)157.14º56.76%87.06%-
XYZ38.5957.7949.16-
YUV178.85125.2668.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 19.51%
GREEN value IS 222 (87.11% from 255) = 45.12%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=19.51%
G=45.12%
B=35.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962221740.5700.220.13157.1465.6262.35
Hex60DEAE39016D9d423e
Octal140336256710261523510276
Binary110000011011110101011101110010101101101100111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60DEAE; }

 p { color: rgb(96,222,174); }

 H1.HeaderClassName
 {
   color: #60DEAE;
 }
 .AnyTagClassName
 {
   color: #60DEAE;
 }
</style>
background-color css

<style>
 a { background-color: #60DEAE; }

 a { background-color: rgb(96,222,174); }

 div.DivClassName
 {
   background-color: #60DEAE;
 }
 .BgClassName
 {
   background-color: #60DEAE;
 }
</style>
border-color css

<style>
 span { border-color: #60DEAE; }

 span { border-color: rgb(96,222,174); }

 td.TdClassName
 {
   border-color: #60DEAE;
 }
 .TagClassName
 {
   border-color: #60DEAE;
 }
</style>