Html Css Color HEX #59E8C2 Downy

📋 copy color: '#59E8C2'

red 89 ◦ green 232 ◦ blue 194

#59E8C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #59E8C2

Tints of Downy #59E8C2

RGB

 RED value IS 89 (35.16% from 255) = 17.28%

 GREEN value IS 232 (91.02% from 255) = 45.05%

 BLUE value IS 194 (76.17% from 255) = 37.67%

R = 17.28%
G = 45.05%
B = 37.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#59E8C2 (or 0x59E8C2) is known color: Downy. HEX triplet: 59, E8 and C2. RGB value is (89,232,194). Sum of RGB (Red+Green+Blue) = 89+232+194=515 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.28% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #59E8C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E8C2 is #A6173D. Grayscale: #B8B8B8. Windows color (decimal): -10884926 or 12773465. OLE color: 12773465.

HSL color Cylindrical-coordinate representation of color #59E8C2: hue angle of 164.06º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59E8C2 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 89 232 194 -
CMYK 0.62 0 0.16 0.09
HSL 164.06º 0.76% 0.63% -
HSV(B) 164.06º 0.62% 0.91% -
XYZ 42.71 63.73 61.09 -
YUV 184.91 133.12 59.59 -
System Red Green Blue C M Y K H S L
Decimal 89 232 194 0.62 0 0.16 0.09 164.06 0.76 0.63
Hex 59 E8 C2 3E 0 10 9 A4 4C 3F
Octal 131 350 302 76 0 20 11 244 114 77
Binary 1011001 11101000 11000010 111110 0 10000 1001 10100100 1001100 111111

Color Harmonies of #59E8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E8C2

Black with #59E8C2

Text Example


Text Example

White with #59E8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,232,194); }

 H1.HeaderClassName
 {
   color: #59E8C2;
 }
 .AnyTagClassName
 {
   color: #59E8C2;
 }
</style>

background-color css

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

 a { background-color: rgb(89,232,194); }

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

border-color css

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

 span { border-color: rgb(89,232,194); }

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