Html Css Color HEX #59F4BA Downy

📋 copy color: '#59F4BA'

red 89 ◦ green 244 ◦ blue 186

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

Shades of Downy #59F4BA

Tints of Downy #59F4BA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.01%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 17.15%
G = 47.01%
B = 35.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#59F4BA (or 0x59F4BA) is known color: Downy. HEX triplet: 59, F4 and BA. RGB value is (89,244,186). Sum of RGB (Red+Green+Blue) = 89+244+186=519 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.15% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #59F4BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F4BA is #A60B45. Grayscale: #BFBFBF. Windows color (decimal): -10881862 or 12252249. OLE color: 12252249.

HSL color Cylindrical-coordinate representation of color #59F4BA: hue angle of 157.55º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F4BA is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 89 244 186 -
CMYK 0.64 0 0.24 0.04
HSL 157.55º 0.88% 0.65% -
HSV(B) 157.55º 0.64% 0.96% -
XYZ 45.33 70.37 57.65 -
YUV 191.04 125.15 55.22 -
System Red Green Blue C M Y K H S L
Decimal 89 244 186 0.64 0 0.24 0.04 157.55 0.88 0.65
Hex 59 F4 BA 40 0 18 4 9E 58 41
Octal 131 364 272 100 0 30 4 236 130 101
Binary 1011001 11110100 10111010 1000000 0 11000 100 10011110 1011000 1000001

Color Harmonies of #59F4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F4BA

Black with #59F4BA

Text Example


Text Example

White with #59F4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,244,186); }

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

background-color css

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

 a { background-color: rgb(89,244,186); }

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

border-color css

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

 span { border-color: rgb(89,244,186); }

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