Html Css Color HEX #59D5BC Downy

📋 copy color: '#59D5BC'

red 89 ◦ green 213 ◦ blue 188

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

Shades of Downy #59D5BC

Tints of Downy #59D5BC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.47%

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

R = 18.16%
G = 43.47%
B = 38.37%

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

#59D5BC (or 0x59D5BC) is known color: Downy. HEX triplet: 59, D5 and BC. RGB value is (89,213,188). Sum of RGB (Red+Green+Blue) = 89+213+188=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #59D5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D5BC is #A62A43. Grayscale: #ADADAD. Windows color (decimal): -10889796 or 12375385. OLE color: 12375385.

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

Color convert

RGB 89 213 188 -
CMYK 0.58 0 0.12 0.16
HSL 167.9º 0.6% 0.59% -
HSV(B) 167.9º 0.58% 0.84% -
XYZ 36.99 53.34 55.92 -
YUV 173.07 136.42 68.03 -
System Red Green Blue C M Y K H S L
Decimal 89 213 188 0.58 0 0.12 0.16 167.9 0.6 0.59
Hex 59 D5 BC 3A 0 C 10 A8 3C 3B
Octal 131 325 274 72 0 14 20 250 74 73
Binary 1011001 11010101 10111100 111010 0 1100 10000 10101000 111100 111011

Color Harmonies of #59D5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D5BC

Black with #59D5BC

Text Example


Text Example

White with #59D5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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