Html Css Color HEX #59DCC3 Downy

📋 copy color: '#59DCC3'

red 89 ◦ green 220 ◦ blue 195

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

Shades of Downy #59DCC3

Tints of Downy #59DCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 17.66%
G = 43.65%
B = 38.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#59DCC3 (or 0x59DCC3) is known color: Downy. HEX triplet: 59, DC and C3. RGB value is (89,220,195). Sum of RGB (Red+Green+Blue) = 89+220+195=504 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.66% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #59DCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DCC3 is #A6233C. Grayscale: #B1B1B1. Windows color (decimal): -10887997 or 12835929. OLE color: 12835929.

HSL color Cylindrical-coordinate representation of color #59DCC3: hue angle of 168.55º 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 #59DCC3 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 220 195 -
CMYK 0.60 0 0.11 0.14
HSL 168.55º 0.65% 0.61% -
HSV(B) 168.55º 0.6% 0.86% -
XYZ 39.56 57.25 60.59 -
YUV 177.98 137.6 64.53 -
System Red Green Blue C M Y K H S L
Decimal 89 220 195 0.60 0 0.11 0.14 168.55 0.65 0.61
Hex 59 DC C3 3C 0 B E A9 41 3D
Octal 131 334 303 74 0 13 16 251 101 75
Binary 1011001 11011100 11000011 111100 0 1011 1110 10101001 1000001 111101

Color Harmonies of #59DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DCC3

Black with #59DCC3

Text Example


Text Example

White with #59DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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