Html Css Color HEX #59DEBA Downy

📋 copy color: '#59DEBA'

red 89 ◦ green 222 ◦ blue 186

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

Shades of Downy #59DEBA

Tints of Downy #59DEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.67%

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

R = 17.91%
G = 44.67%
B = 37.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#59DEBA (or 0x59DEBA) is known color: Downy. HEX triplet: 59, DE and BA. RGB value is (89,222,186). Sum of RGB (Red+Green+Blue) = 89+222+186=497 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.91% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #59DEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DEBA is #A62145. Grayscale: #B2B2B2. Windows color (decimal): -10887494 or 12246617. OLE color: 12246617.

HSL color Cylindrical-coordinate representation of color #59DEBA: hue angle of 163.76º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DEBA is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 222 186 -
CMYK 0.60 0 0.16 0.13
HSL 163.76º 0.67% 0.61% -
HSV(B) 163.76º 0.6% 0.87% -
XYZ 39.1 57.91 55.57 -
YUV 178.13 132.44 64.43 -
System Red Green Blue C M Y K H S L
Decimal 89 222 186 0.60 0 0.16 0.13 163.76 0.67 0.61
Hex 59 DE BA 3C 0 10 D A4 43 3D
Octal 131 336 272 74 0 20 15 244 103 75
Binary 1011001 11011110 10111010 111100 0 10000 1101 10100100 1000011 111101

Color Harmonies of #59DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DEBA

Black with #59DEBA

Text Example


Text Example

White with #59DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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