Html Css Color HEX #59D6BB Downy

📋 copy color: '#59D6BB'

red 89 ◦ green 214 ◦ blue 187

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

Shades of Downy #59D6BB

Tints of Downy #59D6BB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.67%

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 18.16%
G = 43.67%
B = 38.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#59D6BB (or 0x59D6BB) is known color: Downy. HEX triplet: 59, D6 and BB. RGB value is (89,214,187). Sum of RGB (Red+Green+Blue) = 89+214+187=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #59D6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D6BB is #A62944. Grayscale: #ADADAD. Windows color (decimal): -10889541 or 12310105. OLE color: 12310105.

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

Color convert

RGB 89 214 187 -
CMYK 0.58 0 0.13 0.16
HSL 167.04º 0.6% 0.59% -
HSV(B) 167.04º 0.58% 0.84% -
XYZ 37.14 53.8 55.44 -
YUV 173.55 135.59 67.7 -
System Red Green Blue C M Y K H S L
Decimal 89 214 187 0.58 0 0.13 0.16 167.04 0.6 0.59
Hex 59 D6 BB 3A 0 D 10 A7 3C 3B
Octal 131 326 273 72 0 15 20 247 74 73
Binary 1011001 11010110 10111011 111010 0 1101 10000 10100111 111100 111011

Color Harmonies of #59D6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D6BB

Black with #59D6BB

Text Example


Text Example

White with #59D6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,214,187); }

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

background-color css

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

 a { background-color: rgb(89,214,187); }

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

border-color css

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

 span { border-color: rgb(89,214,187); }

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