#56E1B4

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

Shades of Medium Aquamarine #56E1B4

Tints of Medium Aquamarine #56E1B4

Color information

#56E1B4 (or 0x56E1B4) is unknown color: approx Medium Aquamarine. HEX triplet: 56, E1 and B4. RGB value is (86,225,180). Sum of RGB (Red+Green+Blue) = 86+225+180=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #56E1B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E1B4 is #A91E4B. Grayscale: #B2B2B2. Windows color (decimal): -11083340 or 11854166. OLE color: 11854166.

HSL color Cylindrical-coordinate representation of color #56E1B4: hue angle of 160.58º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E1B4 is Cyan = 0.62, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB86225180-
CMYK0.6200.20.12
HSL160.58º69.85%60.98%-
HSV(B)160.58º61.78%88.24%-
XYZ3959.1252.54-
YUV178.31128.9562.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.52%
GREEN value IS 225 (88.28% from 255) = 45.82%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=17.52%
G=45.82%
B=36.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal862251800.6200.20.12160.5869.8560.98
Hex56E1B43E014Ca1463d
Octal126341264760241424110675
Binary101011011100001101101001111100101001100101000011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,225,180); }

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

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

 a { background-color: rgb(86,225,180); }

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

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

 span { border-color: rgb(86,225,180); }

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