Shades of Aquamarine #56FFB5
Tints of Aquamarine #56FFB5
RGB
CMYK
RGB Variations
Color information
#56FFB5 (or 0x56FFB5) is known color: Aquamarine. HEX triplet: 56, FF and B5. RGB value is (86,255,181). Sum of RGB (Red+Green+Blue) = 86+255+181=522 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.48% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFB5 is #A9004A. Grayscale: #C4C4C4. Windows color (decimal): -11075659 or 11927382. OLE color: 11927382.
HSL color Cylindrical-coordinate representation of color #56FFB5: hue angle of 153.73º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FFB5 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 181 | - |
| CMYK | 0.66 | 0 | 0.29 | 0 |
| HSL | 153.73º | 1% | 0.67% | - |
| HSV(B) | 153.73º | 0.66% | 1% | - |
| XYZ | 47.94 | 76.83 | 56.02 | - |
| YUV | 196.03 | 119.51 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 181 | 0.66 | 0 | 0.29 | 0 | 153.73 | 1 | 0.67 |
| Hex | 56 | FF | B5 | 42 | 0 | 1D | 0 | 9A | 64 | 43 |
| Octal | 126 | 377 | 265 | 102 | 0 | 35 | 0 | 232 | 144 | 103 |
| Binary | 1010110 | 11111111 | 10110101 | 1000010 | 0 | 11101 | 0 | 10011010 | 1100100 | 1000011 |
Color Harmonies of #56FFB5
Complementary color
Monochromatic Colors of #56FFB5
Black with #56FFB5
Text Example
Text Example
White with #56FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFB5; }
p { color: rgb(86,255,181); }
H1.HeaderClassName
{
color: #56FFB5;
}
.AnyTagClassName
{
color: #56FFB5;
}
</style>
background-color css
<style>
a { background-color: #56FFB5; }
a { background-color: rgb(86,255,181); }
div.DivClassName
{
background-color: #56FFB5;
}
.BgClassName
{
background-color: #56FFB5;
}
</style>
border-color css
<style>
span { border-color: #56FFB5; }
span { border-color: rgb(86,255,181); }
td.TdClassName
{
border-color: #56FFB5;
}
.TagClassName
{
border-color: #56FFB5;
}
</style>