Html Css Color HEX #59DCC0 Downy

📋 copy color: '#59DCC0'

red 89 ◦ green 220 ◦ blue 192

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

Shades of Downy #59DCC0

Tints of Downy #59DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.91%

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 17.76%
G = 43.91%
B = 38.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#59DCC0 (or 0x59DCC0) is known color: Downy. HEX triplet: 59, DC and C0. RGB value is (89,220,192). Sum of RGB (Red+Green+Blue) = 89+220+192=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #59DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DCC0 is #A6233F. Grayscale: #B1B1B1. Windows color (decimal): -10888000 or 12639321. OLE color: 12639321.

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

Color convert

RGB 89 220 192 -
CMYK 0.60 0 0.13 0.14
HSL 167.18º 0.65% 0.61% -
HSV(B) 167.18º 0.6% 0.86% -
XYZ 39.23 57.12 58.83 -
YUV 177.64 136.1 64.78 -
System Red Green Blue C M Y K H S L
Decimal 89 220 192 0.60 0 0.13 0.14 167.18 0.65 0.61
Hex 59 DC C0 3C 0 D E A7 41 3D
Octal 131 334 300 74 0 15 16 247 101 75
Binary 1011001 11011100 11000000 111100 0 1101 1110 10100111 1000001 111101

Color Harmonies of #59DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DCC0

Black with #59DCC0

Text Example


Text Example

White with #59DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,220,192); }

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

background-color css

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

 a { background-color: rgb(89,220,192); }

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

border-color css

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

 span { border-color: rgb(89,220,192); }

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