#56D99D

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

Shades of Medium Aquamarine #56D99D

Tints of Medium Aquamarine #56D99D

Color information

#56D99D (or 0x56D99D) is unknown color: approx Medium Aquamarine. HEX triplet: 56, D9 and 9D. RGB value is (86,217,157). Sum of RGB (Red+Green+Blue) = 86+217+157=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #56D99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D99D is #A92662. Grayscale: #ABABAB. Windows color (decimal): -11085411 or 10344790. OLE color: 10344790.

HSL color Cylindrical-coordinate representation of color #56D99D: hue angle of 152.52º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D99D is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB86217157-
CMYK0.6000.280.15
HSL152.52º63.29%59.41%-
HSV(B)152.52º60.37%85.1%-
XYZ34.7454.0440.5-
YUV170.99120.167.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.70%
GREEN value IS 217 (85.16% from 255) = 47.17%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=18.70%
G=47.17%
B=34.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal862171570.6000.280.15152.5263.2959.41
Hex56D99D3C01CF993f3b
Octal12633123574034172317773
Binary10101101101100110011101111100011100111110011001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,217,157); }

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

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

 a { background-color: rgb(86,217,157); }

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

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

 span { border-color: rgb(86,217,157); }

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