Html Css Color HEX #59EFBA Downy

📋 copy color: '#59EFBA'

red 89 ◦ green 239 ◦ blue 186

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

Shades of Downy #59EFBA

Tints of Downy #59EFBA

RGB

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

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

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

R = 17.32%
G = 46.5%
B = 36.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#59EFBA (or 0x59EFBA) is known color: Downy. HEX triplet: 59, EF and BA. RGB value is (89,239,186). Sum of RGB (Red+Green+Blue) = 89+239+186=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFBA is #A61045. Grayscale: #BCBCBC. Windows color (decimal): -10883142 or 12250969. OLE color: 12250969.

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

Color convert

RGB 89 239 186 -
CMYK 0.63 0 0.22 0.06
HSL 158.8º 0.82% 0.64% -
HSV(B) 158.8º 0.63% 0.94% -
XYZ 43.85 67.4 57.15 -
YUV 188.11 126.81 57.31 -
System Red Green Blue C M Y K H S L
Decimal 89 239 186 0.63 0 0.22 0.06 158.8 0.82 0.64
Hex 59 EF BA 3F 0 16 6 9F 52 40
Octal 131 357 272 77 0 26 6 237 122 100
Binary 1011001 11101111 10111010 111111 0 10110 110 10011111 1010010 1000000

Color Harmonies of #59EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EFBA

Black with #59EFBA

Text Example


Text Example

White with #59EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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