Html Css Color HEX #59F1BC Downy

📋 copy color: '#59F1BC'

red 89 ◦ green 241 ◦ blue 188

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

Shades of Downy #59F1BC

Tints of Downy #59F1BC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.53%

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 17.18%
G = 46.53%
B = 36.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#59F1BC (or 0x59F1BC) is known color: Downy. HEX triplet: 59, F1 and BC. RGB value is (89,241,188). Sum of RGB (Red+Green+Blue) = 89+241+188=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #59F1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F1BC is #A60E43. Grayscale: #BDBDBD. Windows color (decimal): -10882628 or 12382553. OLE color: 12382553.

HSL color Cylindrical-coordinate representation of color #59F1BC: hue angle of 159.08º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F1BC is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 241 188 -
CMYK 0.63 0 0.22 0.05
HSL 159.08º 0.84% 0.65% -
HSV(B) 159.08º 0.63% 0.95% -
XYZ 44.65 68.67 58.48 -
YUV 189.51 127.14 56.31 -
System Red Green Blue C M Y K H S L
Decimal 89 241 188 0.63 0 0.22 0.05 159.08 0.84 0.65
Hex 59 F1 BC 3F 0 16 5 9F 54 41
Octal 131 361 274 77 0 26 5 237 124 101
Binary 1011001 11110001 10111100 111111 0 10110 101 10011111 1010100 1000001

Color Harmonies of #59F1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F1BC

Black with #59F1BC

Text Example


Text Example

White with #59F1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,241,188); }

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

background-color css

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

 a { background-color: rgb(89,241,188); }

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

border-color css

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

 span { border-color: rgb(89,241,188); }

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