Html Css Color HEX #59D7BF Downy

📋 copy color: '#59D7BF'

red 89 ◦ green 215 ◦ blue 191

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

Shades of Downy #59D7BF

Tints of Downy #59D7BF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.43%

 BLUE value IS 191 (75% from 255) = 38.59%

R = 17.98%
G = 43.43%
B = 38.59%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#59D7BF (or 0x59D7BF) is known color: Downy. HEX triplet: 59, D7 and BF. RGB value is (89,215,191). Sum of RGB (Red+Green+Blue) = 89+215+191=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #59D7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D7BF is #A62840. Grayscale: #AEAEAE. Windows color (decimal): -10889281 or 12572505. OLE color: 12572505.

HSL color Cylindrical-coordinate representation of color #59D7BF: hue angle of 168.57º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59D7BF is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 215 191 -
CMYK 0.59 0 0.11 0.16
HSL 168.57º 0.61% 0.6% -
HSV(B) 168.57º 0.59% 0.84% -
XYZ 37.82 54.49 57.81 -
YUV 174.59 137.26 66.95 -
System Red Green Blue C M Y K H S L
Decimal 89 215 191 0.59 0 0.11 0.16 168.57 0.61 0.6
Hex 59 D7 BF 3B 0 B 10 A9 3D 3C
Octal 131 327 277 73 0 13 20 251 75 74
Binary 1011001 11010111 10111111 111011 0 1011 10000 10101001 111101 111100

Color Harmonies of #59D7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D7BF

Black with #59D7BF

Text Example


Text Example

White with #59D7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,215,191); }

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

background-color css

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

 a { background-color: rgb(89,215,191); }

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

border-color css

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

 span { border-color: rgb(89,215,191); }

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