#60EAA8

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

Shades of Medium Aquamarine #60EAA8

Tints of Medium Aquamarine #60EAA8

Color information

#60EAA8 (or 0x60EAA8) is unknown color: approx Medium Aquamarine. HEX triplet: 60, EA and A8. RGB value is (96,234,168). Sum of RGB (Red+Green+Blue) = 96+234+168=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #60EAA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EAA8 is #9F1557. Grayscale: #B9B9B9. Windows color (decimal): -10425688 or 11070048. OLE color: 11070048.

HSL color Cylindrical-coordinate representation of color #60EAA8: hue angle of 151.3º 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 #60EAA8 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB96234168-
CMYK0.5900.280.08
HSL151.3º76.67%64.71%-
HSV(B)151.3º58.97%91.76%-
XYZ41.3164.1647.25-
YUV185.21118.2864.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.28%
GREEN value IS 234 (91.80% from 255) = 46.99%
BLUE value IS 168 (66.02% from 255) = 33.73%
R=19.28%
G=46.99%
B=33.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962341680.5900.280.08151.376.6764.71
Hex60EAA83B01C8974d41
Octal1403522507303410227115101
Binary1100000111010101010100011101101110010001001011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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