Shades of Aquamarine #56FDB5
Tints of Aquamarine #56FDB5
RGB
CMYK
RGB Variations
Color information
#56FDB5 (or 0x56FDB5) is known color: Aquamarine. HEX triplet: 56, FD and B5. RGB value is (86,253,181). Sum of RGB (Red+Green+Blue) = 86+253+181=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #56FDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FDB5 is #A9024A. Grayscale: #C2C2C2. Windows color (decimal): -11076171 or 11926870. OLE color: 11926870.
HSL color Cylindrical-coordinate representation of color #56FDB5: hue angle of 154.13º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FDB5 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 253 | 181 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.01 |
| HSL | 154.13º | 0.98% | 0.66% | - |
| HSV(B) | 154.13º | 0.66% | 0.99% | - |
| XYZ | 47.3 | 75.57 | 55.81 | - |
| YUV | 194.86 | 120.17 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 253 | 181 | 0.66 | 0 | 0.28 | 0.01 | 154.13 | 0.98 | 0.66 |
| Hex | 56 | FD | B5 | 42 | 0 | 1C | 1 | 9A | 62 | 42 |
| Octal | 126 | 375 | 265 | 102 | 0 | 34 | 1 | 232 | 142 | 102 |
| Binary | 1010110 | 11111101 | 10110101 | 1000010 | 0 | 11100 | 1 | 10011010 | 1100010 | 1000010 |
Color Harmonies of #56FDB5
Complementary color
Monochromatic Colors of #56FDB5
Black with #56FDB5
Text Example
Text Example
White with #56FDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FDB5; }
p { color: rgb(86,253,181); }
H1.HeaderClassName
{
color: #56FDB5;
}
.AnyTagClassName
{
color: #56FDB5;
}
</style>
background-color css
<style>
a { background-color: #56FDB5; }
a { background-color: rgb(86,253,181); }
div.DivClassName
{
background-color: #56FDB5;
}
.BgClassName
{
background-color: #56FDB5;
}
</style>
border-color css
<style>
span { border-color: #56FDB5; }
span { border-color: rgb(86,253,181); }
td.TdClassName
{
border-color: #56FDB5;
}
.TagClassName
{
border-color: #56FDB5;
}
</style>