#59E0C3

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

Shades of Downy #59E0C3

Tints of Downy #59E0C3

Color information

#59E0C3 (or 0x59E0C3) is unknown color: approx Downy. HEX triplet: 59, E0 and C3. RGB value is (89,224,195). Sum of RGB (Red+Green+Blue) = 89+224+195=508 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.52% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #59E0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E0C3 is #A61F3C. Grayscale: #B4B4B4. Windows color (decimal): -10886973 or 12836953. OLE color: 12836953.

HSL color Cylindrical-coordinate representation of color #59E0C3: hue angle of 167.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59E0C3 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB89224195-
CMYK0.6000.130.12
HSL167.11º68.53%61.37%-
HSV(B)167.11º60.27%87.84%-
XYZ40.6359.3860.95-
YUV180.33136.2762.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.52%
GREEN value IS 224 (87.89% from 255) = 44.09%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=17.52%
G=44.09%
B=38.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal892241950.6000.130.12167.1168.5361.37
Hex59E0C33C0DCa7453d
Octal131340303740151424710575
Binary10110011110000011000011111100011011100101001111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59E0C3; }

 p { color: rgb(89,224,195); }

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

<style>
 a { background-color: #59E0C3; }

 a { background-color: rgb(89,224,195); }

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

<style>
 span { border-color: #59E0C3; }

 span { border-color: rgb(89,224,195); }

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