#56E596

Color #56E596 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #56E596

Tints of Medium Aquamarine #56E596

Color information

#56E596 (or 0x56E596) is unknown color: approx Medium Aquamarine. HEX triplet: 56, E5 and 96. RGB value is (86,229,150). Sum of RGB (Red+Green+Blue) = 86+229+150=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #56E596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56E596 is #A91A69. Grayscale: #B1B1B1. Windows color (decimal): -11082346 or 9889110. OLE color: 9889110.

HSL color Cylindrical-coordinate representation of color #56E596: hue angle of 146.85º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E596 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB86229150-
CMYK0.6200.340.10
HSL146.85º73.33%61.76%-
HSV(B)146.85º62.45%89.8%-
XYZ37.3660.2238.51-
YUV177.24112.6262.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.49%
GREEN value IS 229 (89.84% from 255) = 49.25%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=18.49%
G=49.25%
B=32.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal862291500.6200.340.10146.8573.3361.76
Hex56E5963E022A93493e
Octal126345226760421222311176
Binary1010110111001011001011011111001000101010100100111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56E596; }

 p { color: rgb(86,229,150); }

 H1.HeaderClassName
 {
   color: #56E596;
 }
 .AnyTagClassName
 {
   color: #56E596;
 }
</style>
background-color css

<style>
 a { background-color: #56E596; }

 a { background-color: rgb(86,229,150); }

 div.DivClassName
 {
   background-color: #56E596;
 }
 .BgClassName
 {
   background-color: #56E596;
 }
</style>
border-color css

<style>
 span { border-color: #56E596; }

 span { border-color: rgb(86,229,150); }

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