Html Css Color HEX #59DDC4 Downy

📋 copy color: '#59DDC4'

red 89 ◦ green 221 ◦ blue 196

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

Shades of Downy #59DDC4

Tints of Downy #59DDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.68%

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 17.59%
G = 43.68%
B = 38.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#59DDC4 (or 0x59DDC4) is known color: Downy. HEX triplet: 59, DD and C4. RGB value is (89,221,196). Sum of RGB (Red+Green+Blue) = 89+221+196=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDC4 is #A6223B. Grayscale: #B2B2B2. Windows color (decimal): -10887740 or 12901721. OLE color: 12901721.

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

Color convert

RGB 89 221 196 -
CMYK 0.60 0 0.11 0.13
HSL 168.64º 0.66% 0.61% -
HSV(B) 168.64º 0.6% 0.87% -
XYZ 39.94 57.82 61.28 -
YUV 178.68 137.77 64.03 -
System Red Green Blue C M Y K H S L
Decimal 89 221 196 0.60 0 0.11 0.13 168.64 0.66 0.61
Hex 59 DD C4 3C 0 B D A9 42 3D
Octal 131 335 304 74 0 13 15 251 102 75
Binary 1011001 11011101 11000100 111100 0 1011 1101 10101001 1000010 111101

Color Harmonies of #59DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DDC4

Black with #59DDC4

Text Example


Text Example

White with #59DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,221,196); }

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

background-color css

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

 a { background-color: rgb(89,221,196); }

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

border-color css

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

 span { border-color: rgb(89,221,196); }

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