#60EAB9

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

Shades of Downy #60EAB9

Tints of Downy #60EAB9

Color information

#60EAB9 (or 0x60EAB9) is unknown color: approx Downy. HEX triplet: 60, EA and B9. RGB value is (96,234,185). Sum of RGB (Red+Green+Blue) = 96+234+185=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #60EAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EAB9 is #9F1546. Grayscale: #BBBBBB. Windows color (decimal): -10425671 or 12184160. OLE color: 12184160.

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

Color convert

RGB96234185-
CMYK0.5900.210.08
HSL158.7º76.67%64.71%-
HSV(B)158.7º58.97%91.76%-
XYZ4364.8456.15-
YUV187.15126.7862.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.64%
GREEN value IS 234 (91.80% from 255) = 45.44%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=18.64%
G=45.44%
B=35.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962341850.5900.210.08158.776.6764.71
Hex60EAB93B01589f4d41
Octal1403522717302510237115101
Binary1100000111010101011100111101101010110001001111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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