Html Css Color HEX #59EDBC Downy

📋 copy color: '#59EDBC'

red 89 ◦ green 237 ◦ blue 188

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

Shades of Downy #59EDBC

Tints of Downy #59EDBC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.11%

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

R = 17.32%
G = 46.11%
B = 36.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#59EDBC (or 0x59EDBC) is known color: Downy. HEX triplet: 59, ED and BC. RGB value is (89,237,188). Sum of RGB (Red+Green+Blue) = 89+237+188=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDBC is #A61243. Grayscale: #BBBBBB. Windows color (decimal): -10883652 or 12381529. OLE color: 12381529.

HSL color Cylindrical-coordinate representation of color #59EDBC: hue angle of 160.14º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EDBC is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 237 188 -
CMYK 0.62 0 0.21 0.07
HSL 160.14º 0.8% 0.64% -
HSV(B) 160.14º 0.62% 0.93% -
XYZ 43.48 66.32 58.09 -
YUV 187.16 128.47 57.98 -
System Red Green Blue C M Y K H S L
Decimal 89 237 188 0.62 0 0.21 0.07 160.14 0.8 0.64
Hex 59 ED BC 3E 0 15 7 A0 50 40
Octal 131 355 274 76 0 25 7 240 120 100
Binary 1011001 11101101 10111100 111110 0 10101 111 10100000 1010000 1000000

Color Harmonies of #59EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EDBC

Black with #59EDBC

Text Example


Text Example

White with #59EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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