#60EAC0

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

Shades of Downy #60EAC0

Tints of Downy #60EAC0

Color information

#60EAC0 (or 0x60EAC0) is unknown color: approx Downy. HEX triplet: 60, EA and C0. RGB value is (96,234,192). Sum of RGB (Red+Green+Blue) = 96+234+192=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #60EAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EAC0 is #9F153F. Grayscale: #BBBBBB. Windows color (decimal): -10425664 or 12642912. OLE color: 12642912.

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

Color convert

RGB96234192-
CMYK0.5900.180.08
HSL161.74º76.67%64.71%-
HSV(B)161.74º58.97%91.76%-
XYZ43.7665.1460.14-
YUV187.95130.2862.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.39%
GREEN value IS 234 (91.80% from 255) = 44.83%
BLUE value IS 192 (75.39% from 255) = 36.78%
R=18.39%
G=44.83%
B=36.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962341920.5900.180.08161.7476.6764.71
Hex60EAC03B0128a24d41
Octal1403523007302210242115101
Binary1100000111010101100000011101101001010001010001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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