#60D1AE

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

Shades of Medium Aquamarine #60D1AE

Tints of Medium Aquamarine #60D1AE

Color information

#60D1AE (or 0x60D1AE) is unknown color: approx Medium Aquamarine. HEX triplet: 60, D1 and AE. RGB value is (96,209,174). Sum of RGB (Red+Green+Blue) = 96+209+174=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #60D1AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D1AE is #9F2E51. Grayscale: #ABABAB. Windows color (decimal): -10432082 or 11456864. OLE color: 11456864.

HSL color Cylindrical-coordinate representation of color #60D1AE: hue angle of 161.42º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D1AE is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB96209174-
CMYK0.5400.170.18
HSL161.42º55.12%59.8%-
HSV(B)161.42º54.07%81.96%-
XYZ35.2651.1448.06-
YUV171.22129.5674.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.04%
GREEN value IS 209 (82.03% from 255) = 43.63%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=20.04%
G=43.63%
B=36.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal962091740.5400.170.18161.4255.1259.8
Hex60D1AE3601112a1373c
Octal14032125666021222416774
Binary110000011010001101011101101100100011001010100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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