Html Css Color HEX #59D2BC Downy

📋 copy color: '#59D2BC'

red 89 ◦ green 210 ◦ blue 188

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

Shades of Downy #59D2BC

Tints of Downy #59D2BC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.12%

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 18.28%
G = 43.12%
B = 38.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#59D2BC (or 0x59D2BC) is known color: Downy. HEX triplet: 59, D2 and BC. RGB value is (89,210,188). Sum of RGB (Red+Green+Blue) = 89+210+188=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #59D2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D2BC is #A62D43. Grayscale: #ABABAB. Windows color (decimal): -10890564 or 12374617. OLE color: 12374617.

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

Color convert

RGB 89 210 188 -
CMYK 0.58 0 0.10 0.18
HSL 169.09º 0.57% 0.59% -
HSV(B) 169.09º 0.58% 0.82% -
XYZ 36.24 51.85 55.67 -
YUV 171.31 137.41 69.29 -
System Red Green Blue C M Y K H S L
Decimal 89 210 188 0.58 0 0.10 0.18 169.09 0.57 0.59
Hex 59 D2 BC 3A 0 A 12 A9 39 3B
Octal 131 322 274 72 0 12 22 251 71 73
Binary 1011001 11010010 10111100 111010 0 1010 10010 10101001 111001 111011

Color Harmonies of #59D2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D2BC

Black with #59D2BC

Text Example


Text Example

White with #59D2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,210,188); }

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

background-color css

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

 a { background-color: rgb(89,210,188); }

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

border-color css

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

 span { border-color: rgb(89,210,188); }

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