Html Css Color HEX #59F2BC Downy

📋 copy color: '#59F2BC'

red 89 ◦ green 242 ◦ blue 188

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

Shades of Downy #59F2BC

Tints of Downy #59F2BC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.63%

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

R = 17.15%
G = 46.63%
B = 36.22%

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

#59F2BC (or 0x59F2BC) is known color: Downy. HEX triplet: 59, F2 and BC. RGB value is (89,242,188). Sum of RGB (Red+Green+Blue) = 89+242+188=519 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.15% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #59F2BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F2BC is #A60D43. Grayscale: #BEBEBE. Windows color (decimal): -10882372 or 12382809. OLE color: 12382809.

HSL color Cylindrical-coordinate representation of color #59F2BC: hue angle of 158.82º degrees, saturation: 0.85, 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 #59F2BC is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 242 188 -
CMYK 0.63 0 0.22 0.05
HSL 158.82º 0.85% 0.65% -
HSV(B) 158.82º 0.63% 0.95% -
XYZ 44.95 69.26 58.58 -
YUV 190.1 126.81 55.89 -
System Red Green Blue C M Y K H S L
Decimal 89 242 188 0.63 0 0.22 0.05 158.82 0.85 0.65
Hex 59 F2 BC 3F 0 16 5 9F 55 41
Octal 131 362 274 77 0 26 5 237 125 101
Binary 1011001 11110010 10111100 111111 0 10110 101 10011111 1010101 1000001

Color Harmonies of #59F2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F2BC

Black with #59F2BC

Text Example


Text Example

White with #59F2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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