Html Css Color HEX #59CBB8 Downy

📋 copy color: '#59CBB8'

red 89 ◦ green 203 ◦ blue 184

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

Shades of Downy #59CBB8

Tints of Downy #59CBB8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.65%

 BLUE value IS 184 (72.27% from 255) = 38.66%

R = 18.7%
G = 42.65%
B = 38.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#59CBB8 (or 0x59CBB8) is known color: Downy. HEX triplet: 59, CB and B8. RGB value is (89,203,184). Sum of RGB (Red+Green+Blue) = 89+203+184=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #59CBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CBB8 is #A63447. Grayscale: #A6A6A6. Windows color (decimal): -10892360 or 12110681. OLE color: 12110681.

HSL color Cylindrical-coordinate representation of color #59CBB8: hue angle of 170º degrees, saturation: 0.52, 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 #59CBB8 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 203 184 -
CMYK 0.56 0 0.09 0.20
HSL 170º 0.52% 0.57% -
HSV(B) 170º 0.56% 0.8% -
XYZ 34.13 48.3 52.87 -
YUV 166.75 137.73 72.54 -
System Red Green Blue C M Y K H S L
Decimal 89 203 184 0.56 0 0.09 0.20 170 0.52 0.57
Hex 59 CB B8 38 0 9 14 AA 34 39
Octal 131 313 270 70 0 11 24 252 64 71
Binary 1011001 11001011 10111000 111000 0 1001 10100 10101010 110100 111001

Color Harmonies of #59CBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CBB8

Black with #59CBB8

Text Example


Text Example

White with #59CBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,203,184); }

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

background-color css

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

 a { background-color: rgb(89,203,184); }

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

border-color css

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

 span { border-color: rgb(89,203,184); }

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