#60EAAA

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

Shades of Medium Aquamarine #60EAAA

Tints of Medium Aquamarine #60EAAA

Color information

#60EAAA (or 0x60EAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 60, EA and AA. RGB value is (96,234,170). Sum of RGB (Red+Green+Blue) = 96+234+170=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #60EAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EAAA is #9F1555. Grayscale: #B9B9B9. Windows color (decimal): -10425686 or 11201120. OLE color: 11201120.

HSL color Cylindrical-coordinate representation of color #60EAAA: hue angle of 152.17º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EAAA is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB96234170-
CMYK0.5900.270.08
HSL152.17º76.67%64.71%-
HSV(B)152.17º58.97%91.76%-
XYZ41.564.2348.24-
YUV185.44119.2864.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.2%
GREEN value IS 234 (91.80% from 255) = 46.8%
BLUE value IS 170 (66.80% from 255) = 34%
R=19.2%
G=46.8%
B=34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962341700.5900.270.08152.1776.6764.71
Hex60EAAA3B01B8984d41
Octal1403522527303310230115101
Binary1100000111010101010101011101101101110001001100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,234,170); }

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

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

 a { background-color: rgb(96,234,170); }

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

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

 span { border-color: rgb(96,234,170); }

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