#60E0A8

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

Shades of Medium Aquamarine #60E0A8

Tints of Medium Aquamarine #60E0A8

Color information

#60E0A8 (or 0x60E0A8) is unknown color: approx Medium Aquamarine. HEX triplet: 60, E0 and A8. RGB value is (96,224,168). Sum of RGB (Red+Green+Blue) = 96+224+168=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #60E0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60E0A8 is #9F1F57. Grayscale: #B3B3B3. Windows color (decimal): -10428248 or 11067488. OLE color: 11067488.

HSL color Cylindrical-coordinate representation of color #60E0A8: hue angle of 153.75º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60E0A8 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB96224168-
CMYK0.5700.250.12
HSL153.75º67.37%62.75%-
HSV(B)153.75º57.14%87.84%-
XYZ38.5558.6346.33-
YUV179.34121.5968.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.67%
GREEN value IS 224 (87.89% from 255) = 45.90%
BLUE value IS 168 (66.02% from 255) = 34.43%
R=19.67%
G=45.90%
B=34.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal962241680.5700.250.12153.7567.3762.75
Hex60E0A839019C9a433f
Octal140340250710311423210377
Binary110000011100000101010001110010110011100100110101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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