Html Css Color HEX #59E0C5 Downy

📋 copy color: '#59E0C5'

red 89 ◦ green 224 ◦ blue 197

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

Shades of Downy #59E0C5

Tints of Downy #59E0C5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.92%

 BLUE value IS 197 (77.34% from 255) = 38.63%

R = 17.45%
G = 43.92%
B = 38.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#59E0C5 (or 0x59E0C5) is known color: Downy. HEX triplet: 59, E0 and C5. RGB value is (89,224,197). Sum of RGB (Red+Green+Blue) = 89+224+197=510 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.45% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #59E0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E0C5 is #A61F3A. Grayscale: #B4B4B4. Windows color (decimal): -10886971 or 12968025. OLE color: 12968025.

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

Color convert

RGB 89 224 197 -
CMYK 0.60 0 0.12 0.12
HSL 168º 0.69% 0.61% -
HSV(B) 168º 0.6% 0.88% -
XYZ 40.85 59.47 62.15 -
YUV 180.56 137.27 62.7 -
System Red Green Blue C M Y K H S L
Decimal 89 224 197 0.60 0 0.12 0.12 168 0.69 0.61
Hex 59 E0 C5 3C 0 C C A8 45 3D
Octal 131 340 305 74 0 14 14 250 105 75
Binary 1011001 11100000 11000101 111100 0 1100 1100 10101000 1000101 111101

Color Harmonies of #59E0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E0C5

Black with #59E0C5

Text Example


Text Example

White with #59E0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,224,197); }

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

background-color css

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

 a { background-color: rgb(89,224,197); }

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

border-color css

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

 span { border-color: rgb(89,224,197); }

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