#56E695

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

Shades of Medium Aquamarine #56E695

Tints of Medium Aquamarine #56E695

Color information

#56E695 (or 0x56E695) is unknown color: approx Medium Aquamarine. HEX triplet: 56, E6 and 95. RGB value is (86,230,149). Sum of RGB (Red+Green+Blue) = 86+230+149=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #56E695 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56E695 is #A9196A. Grayscale: #B1B1B1. Windows color (decimal): -11082091 or 9823830. OLE color: 9823830.

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

Color convert

RGB86230149-
CMYK0.6300.350.10
HSL146.25º74.23%61.96%-
HSV(B)146.25º62.61%90.2%-
XYZ37.5660.7438.18-
YUV177.71111.7962.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.49%
GREEN value IS 230 (90.23% from 255) = 49.46%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=18.49%
G=49.46%
B=32.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal862301490.6300.350.10146.2574.2361.96
Hex56E6953F023A924a3e
Octal126346225770431222211276
Binary1010110111001101001010111111101000111010100100101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,230,149); }

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

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

 a { background-color: rgb(86,230,149); }

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

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

 span { border-color: rgb(86,230,149); }

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