#56f29a

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

Shades of Medium Aquamarine #56F29A

Tints of Medium Aquamarine #56F29A

Color information

#56F29A (or 0x56F29A) is unknown color: approx Medium Aquamarine. HEX triplet: 56, F2 and 9A. RGB value is (86,242,154). Sum of RGB (Red+Green+Blue) = 86+242+154=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #56F29A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F29A is #A90D65. Grayscale: #B9B9B9. Windows color (decimal): -11079014 or 10154582. OLE color: 10154582.

HSL color Cylindrical-coordinate representation of color #56F29A: hue angle of 146.15º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F29A is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB86242154-
CMYK0.6400.360.05
HSL146.15º85.71%64.31%-
HSV(B)146.15º64.46%94.9%-
XYZ41.4267.8241.48-
YUV185.32110.3257.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.84%
GREEN value IS 242 (94.92% from 255) = 50.21%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=17.84%
G=50.21%
B=31.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862421540.6400.360.05146.1585.7164.31
Hex56F29A400245925640
Octal1263622321000445222126100
Binary10101101111001010011010100000001001001011001001010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56f29a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,242,154); }

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

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

 a { background-color: rgb(86,242,154); }

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

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

 span { border-color: rgb(86,242,154); }

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