Html Css Color HEX #59CCB9 Downy

📋 copy color: '#59CCB9'

red 89 ◦ green 204 ◦ blue 185

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

Shades of Downy #59CCB9

Tints of Downy #59CCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 185 (72.66% from 255) = 38.7%

R = 18.62%
G = 42.68%
B = 38.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#59CCB9 (or 0x59CCB9) is known color: Downy. HEX triplet: 59, CC and B9. RGB value is (89,204,185). Sum of RGB (Red+Green+Blue) = 89+204+185=478 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.62% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #59CCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCB9 is #A63346. Grayscale: #A7A7A7. Windows color (decimal): -10892103 or 12176473. OLE color: 12176473.

HSL color Cylindrical-coordinate representation of color #59CCB9: hue angle of 170.09º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CCB9 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 204 185 -
CMYK 0.56 0 0.09 0.2
HSL 170.09º 0.53% 0.57% -
HSV(B) 170.09º 0.56% 0.8% -
XYZ 34.47 48.81 53.5 -
YUV 167.45 137.9 72.04 -
System Red Green Blue C M Y K H S L
Decimal 89 204 185 0.56 0 0.09 0.2 170.09 0.53 0.57
Hex 59 CC B9 38 0 9 14 AA 35 39
Octal 131 314 271 70 0 11 24 252 65 71
Binary 1011001 11001100 10111001 111000 0 1001 10100 10101010 110101 111001

Color Harmonies of #59CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CCB9

Black with #59CCB9

Text Example


Text Example

White with #59CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,204,185); }

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

background-color css

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

 a { background-color: rgb(89,204,185); }

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

border-color css

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

 span { border-color: rgb(89,204,185); }

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