Html Css Color HEX #59D0BE Downy

📋 copy color: '#59D0BE'

red 89 ◦ green 208 ◦ blue 190

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

Shades of Downy #59D0BE

Tints of Downy #59D0BE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 18.28%
G = 42.71%
B = 39.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#59D0BE (or 0x59D0BE) is known color: Downy. HEX triplet: 59, D0 and BE. RGB value is (89,208,190). Sum of RGB (Red+Green+Blue) = 89+208+190=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #59D0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D0BE is #A62F41. Grayscale: #AAAAAA. Windows color (decimal): -10891074 or 12505177. OLE color: 12505177.

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

Color convert

RGB 89 208 190 -
CMYK 0.57 0 0.09 0.18
HSL 170.92º 0.56% 0.58% -
HSV(B) 170.92º 0.57% 0.82% -
XYZ 35.97 50.95 56.65 -
YUV 170.37 139.08 69.96 -
System Red Green Blue C M Y K H S L
Decimal 89 208 190 0.57 0 0.09 0.18 170.92 0.56 0.58
Hex 59 D0 BE 39 0 9 12 AB 38 3A
Octal 131 320 276 71 0 11 22 253 70 72
Binary 1011001 11010000 10111110 111001 0 1001 10010 10101011 111000 111010

Color Harmonies of #59D0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D0BE

Black with #59D0BE

Text Example


Text Example

White with #59D0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,208,190); }

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

background-color css

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

 a { background-color: rgb(89,208,190); }

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

border-color css

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

 span { border-color: rgb(89,208,190); }

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