Html Css Color HEX #59DC96 Medium Aquamarine

📋 copy color: '#59DC96'

red 89 ◦ green 220 ◦ blue 150

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

Shades of Medium Aquamarine #59DC96

Tints of Medium Aquamarine #59DC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.93%

 BLUE value IS 150 (58.98% from 255) = 32.68%

R = 19.39%
G = 47.93%
B = 32.68%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#59DC96 (or 0x59DC96) is known color: Medium Aquamarine. HEX triplet: 59, DC and 96. RGB value is (89,220,150). Sum of RGB (Red+Green+Blue) = 89+220+150=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #59DC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59DC96 is #A62369. Grayscale: #ACACAC. Windows color (decimal): -10888042 or 9886809. OLE color: 9886809.

HSL color Cylindrical-coordinate representation of color #59DC96: hue angle of 147.94º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DC96 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 220 150 -
CMYK 0.60 0 0.32 0.14
HSL 147.94º 0.65% 0.61% -
HSV(B) 147.94º 0.6% 0.86% -
XYZ 35.22 55.51 37.71 -
YUV 172.85 115.1 68.19 -
System Red Green Blue C M Y K H S L
Decimal 89 220 150 0.60 0 0.32 0.14 147.94 0.65 0.61
Hex 59 DC 96 3C 0 20 E 94 41 3D
Octal 131 334 226 74 0 40 16 224 101 75
Binary 1011001 11011100 10010110 111100 0 100000 1110 10010100 1000001 111101

Color Harmonies of #59DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DC96

Black with #59DC96

Text Example


Text Example

White with #59DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,220,150); }

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

background-color css

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

 a { background-color: rgb(89,220,150); }

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

border-color css

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

 span { border-color: rgb(89,220,150); }

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