Html Css Color HEX #59EFBE Downy

📋 copy color: '#59EFBE'

red 89 ◦ green 239 ◦ blue 190

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

Shades of Downy #59EFBE

Tints of Downy #59EFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.14%

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 17.18%
G = 46.14%
B = 36.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#59EFBE (or 0x59EFBE) is known color: Downy. HEX triplet: 59, EF and BE. RGB value is (89,239,190). Sum of RGB (Red+Green+Blue) = 89+239+190=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFBE is #A61041. Grayscale: #BCBCBC. Windows color (decimal): -10883138 or 12513113. OLE color: 12513113.

HSL color Cylindrical-coordinate representation of color #59EFBE: hue angle of 160.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59EFBE is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 239 190 -
CMYK 0.63 0 0.21 0.06
HSL 160.4º 0.82% 0.64% -
HSV(B) 160.4º 0.63% 0.94% -
XYZ 44.28 67.57 59.42 -
YUV 188.56 128.81 56.98 -
System Red Green Blue C M Y K H S L
Decimal 89 239 190 0.63 0 0.21 0.06 160.4 0.82 0.64
Hex 59 EF BE 3F 0 15 6 A0 52 40
Octal 131 357 276 77 0 25 6 240 122 100
Binary 1011001 11101111 10111110 111111 0 10101 110 10100000 1010010 1000000

Color Harmonies of #59EFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EFBE

Black with #59EFBE

Text Example


Text Example

White with #59EFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,239,190); }

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

background-color css

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

 a { background-color: rgb(89,239,190); }

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

border-color css

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

 span { border-color: rgb(89,239,190); }

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