Html Css Color HEX #59D6BC Downy

📋 copy color: '#59D6BC'

red 89 ◦ green 214 ◦ blue 188

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

Shades of Downy #59D6BC

Tints of Downy #59D6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 18.13%
G = 43.58%
B = 38.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#59D6BC (or 0x59D6BC) is known color: Downy. HEX triplet: 59, D6 and BC. RGB value is (89,214,188). Sum of RGB (Red+Green+Blue) = 89+214+188=491 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.13% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #59D6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D6BC is #A62943. Grayscale: #ADADAD. Windows color (decimal): -10889540 or 12375641. OLE color: 12375641.

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

Color convert

RGB 89 214 188 -
CMYK 0.58 0 0.12 0.16
HSL 167.52º 0.6% 0.59% -
HSV(B) 167.52º 0.58% 0.84% -
XYZ 37.24 53.85 56.01 -
YUV 173.66 136.09 67.61 -
System Red Green Blue C M Y K H S L
Decimal 89 214 188 0.58 0 0.12 0.16 167.52 0.6 0.59
Hex 59 D6 BC 3A 0 C 10 A8 3C 3B
Octal 131 326 274 72 0 14 20 250 74 73
Binary 1011001 11010110 10111100 111010 0 1100 10000 10101000 111100 111011

Color Harmonies of #59D6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D6BC

Black with #59D6BC

Text Example


Text Example

White with #59D6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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