Html Css Color HEX #59CDB9 Downy

📋 copy color: '#59CDB9'

red 89 ◦ green 205 ◦ blue 185

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

Shades of Downy #59CDB9

Tints of Downy #59CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.8%

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

R = 18.58%
G = 42.8%
B = 38.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#59CDB9 (or 0x59CDB9) is known color: Downy. HEX triplet: 59, CD and B9. RGB value is (89,205,185). Sum of RGB (Red+Green+Blue) = 89+205+185=479 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.58% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #59CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDB9 is #A63246. Grayscale: #A7A7A7. Windows color (decimal): -10891847 or 12176729. OLE color: 12176729.

HSL color Cylindrical-coordinate representation of color #59CDB9: hue angle of 169.66º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CDB9 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 205 185 -
CMYK 0.57 0 0.10 0.20
HSL 169.66º 0.54% 0.58% -
HSV(B) 169.66º 0.57% 0.8% -
XYZ 34.71 49.29 53.58 -
YUV 168.04 137.57 71.63 -
System Red Green Blue C M Y K H S L
Decimal 89 205 185 0.57 0 0.10 0.20 169.66 0.54 0.58
Hex 59 CD B9 39 0 A 14 AA 36 3A
Octal 131 315 271 71 0 12 24 252 66 72
Binary 1011001 11001101 10111001 111001 0 1010 10100 10101010 110110 111010

Color Harmonies of #59CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CDB9

Black with #59CDB9

Text Example


Text Example

White with #59CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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