Html Css Color HEX #59D2BA Downy

📋 copy color: '#59D2BA'

red 89 ◦ green 210 ◦ blue 186

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

Shades of Downy #59D2BA

Tints of Downy #59D2BA

RGB

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

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

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

R = 18.35%
G = 43.3%
B = 38.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#59D2BA (or 0x59D2BA) is known color: Downy. HEX triplet: 59, D2 and BA. RGB value is (89,210,186). Sum of RGB (Red+Green+Blue) = 89+210+186=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #59D2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D2BA is #A62D45. Grayscale: #ABABAB. Windows color (decimal): -10890566 or 12243545. OLE color: 12243545.

HSL color Cylindrical-coordinate representation of color #59D2BA: hue angle of 168.1º 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 #59D2BA is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 210 186 -
CMYK 0.58 0 0.11 0.18
HSL 168.1º 0.57% 0.59% -
HSV(B) 168.1º 0.58% 0.82% -
XYZ 36.03 51.76 54.55 -
YUV 171.09 136.41 69.45 -
System Red Green Blue C M Y K H S L
Decimal 89 210 186 0.58 0 0.11 0.18 168.1 0.57 0.59
Hex 59 D2 BA 3A 0 B 12 A8 39 3B
Octal 131 322 272 72 0 13 22 250 71 73
Binary 1011001 11010010 10111010 111010 0 1011 10010 10101000 111001 111011

Color Harmonies of #59D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D2BA

Black with #59D2BA

Text Example


Text Example

White with #59D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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