Html Css Color HEX #59C8BA Downy

📋 copy color: '#59C8BA'

red 89 ◦ green 200 ◦ blue 186

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

Shades of Downy #59C8BA

Tints of Downy #59C8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.11%

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 18.74%
G = 42.11%
B = 39.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#59C8BA (or 0x59C8BA) is known color: Downy. HEX triplet: 59, C8 and BA. RGB value is (89,200,186). Sum of RGB (Red+Green+Blue) = 89+200+186=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #59C8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C8BA is #A63745. Grayscale: #A5A5A5. Windows color (decimal): -10893126 or 12240985. OLE color: 12240985.

HSL color Cylindrical-coordinate representation of color #59C8BA: hue angle of 172.43º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C8BA is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 200 186 -
CMYK 0.56 0 0.07 0.22
HSL 172.43º 0.5% 0.57% -
HSV(B) 172.43º 0.56% 0.78% -
XYZ 33.64 46.98 53.75 -
YUV 165.22 139.73 73.64 -
System Red Green Blue C M Y K H S L
Decimal 89 200 186 0.56 0 0.07 0.22 172.43 0.5 0.57
Hex 59 C8 BA 38 0 7 16 AC 32 39
Octal 131 310 272 70 0 7 26 254 62 71
Binary 1011001 11001000 10111010 111000 0 111 10110 10101100 110010 111001

Color Harmonies of #59C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C8BA

Black with #59C8BA

Text Example


Text Example

White with #59C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,200,186); }

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

background-color css

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

 a { background-color: rgb(89,200,186); }

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

border-color css

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

 span { border-color: rgb(89,200,186); }

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