#60EDAC

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

Shades of Medium Aquamarine #60EDAC

Tints of Medium Aquamarine #60EDAC

Color information

#60EDAC (or 0x60EDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 60, ED and AC. RGB value is (96,237,172). Sum of RGB (Red+Green+Blue) = 96+237+172=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #60EDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EDAC is #9F1253. Grayscale: #BBBBBB. Windows color (decimal): -10424916 or 11332960. OLE color: 11332960.

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

Color convert

RGB96237172-
CMYK0.5900.270.07
HSL152.34º79.66%65.29%-
HSV(B)152.34º59.49%92.94%-
XYZ42.5566.0349.53-
YUV187.43119.2962.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.01%
GREEN value IS 237 (92.97% from 255) = 46.93%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=19.01%
G=46.93%
B=34.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal962371720.5900.270.07152.3479.6665.29
Hex60EDAC3B01B7985041
Octal140355254730337230120101
Binary110000011101101101011001110110110111111001100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,237,172); }

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

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

 a { background-color: rgb(96,237,172); }

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

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

 span { border-color: rgb(96,237,172); }

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