Html Css Color HEX #59E1C4 Downy

📋 copy color: '#59E1C4'

red 89 ◦ green 225 ◦ blue 196

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

Shades of Downy #59E1C4

Tints of Downy #59E1C4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.12%

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

R = 17.45%
G = 44.12%
B = 38.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#59E1C4 (or 0x59E1C4) is known color: Downy. HEX triplet: 59, E1 and C4. RGB value is (89,225,196). Sum of RGB (Red+Green+Blue) = 89+225+196=510 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.45% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #59E1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E1C4 is #A61E3B. Grayscale: #B5B5B5. Windows color (decimal): -10886716 or 12902745. OLE color: 12902745.

HSL color Cylindrical-coordinate representation of color #59E1C4: hue angle of 167.21º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59E1C4 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 225 196 -
CMYK 0.60 0 0.13 0.12
HSL 167.21º 0.69% 0.62% -
HSV(B) 167.21º 0.6% 0.88% -
XYZ 41.01 59.96 61.64 -
YUV 181.03 136.44 62.36 -
System Red Green Blue C M Y K H S L
Decimal 89 225 196 0.60 0 0.13 0.12 167.21 0.69 0.62
Hex 59 E1 C4 3C 0 D C A7 45 3E
Octal 131 341 304 74 0 15 14 247 105 76
Binary 1011001 11100001 11000100 111100 0 1101 1100 10100111 1000101 111110

Color Harmonies of #59E1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E1C4

Black with #59E1C4

Text Example


Text Example

White with #59E1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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