Shades of Aquamarine #56FEBB
Tints of Aquamarine #56FEBB
RGB
CMYK
RGB Variations
Color information
#56FEBB (or 0x56FEBB) is known color: Aquamarine. HEX triplet: 56, FE and BB. RGB value is (86,254,187). Sum of RGB (Red+Green+Blue) = 86+254+187=527 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.32% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #56FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FEBB is #A90144. Grayscale: #C4C4C4. Windows color (decimal): -11075909 or 12320342. OLE color: 12320342.
HSL color Cylindrical-coordinate representation of color #56FEBB: hue angle of 156.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FEBB is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 254 | 187 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.00 |
| HSL | 156.07º | 0.99% | 0.67% | - |
| HSV(B) | 156.07º | 0.66% | 1% | - |
| XYZ | 48.25 | 76.45 | 59.23 | - |
| YUV | 196.13 | 122.84 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 254 | 187 | 0.66 | 0 | 0.26 | 0.00 | 156.07 | 0.99 | 0.67 |
| Hex | 56 | FE | BB | 42 | 0 | 1A | 0 | 9C | 63 | 43 |
| Octal | 126 | 376 | 273 | 102 | 0 | 32 | 0 | 234 | 143 | 103 |
| Binary | 1010110 | 11111110 | 10111011 | 1000010 | 0 | 11010 | 0 | 10011100 | 1100011 | 1000011 |
Color Harmonies of #56FEBB
Complementary color
Monochromatic Colors of #56FEBB
Black with #56FEBB
Text Example
Text Example
White with #56FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FEBB; }
p { color: rgb(86,254,187); }
H1.HeaderClassName
{
color: #56FEBB;
}
.AnyTagClassName
{
color: #56FEBB;
}
</style>
background-color css
<style>
a { background-color: #56FEBB; }
a { background-color: rgb(86,254,187); }
div.DivClassName
{
background-color: #56FEBB;
}
.BgClassName
{
background-color: #56FEBB;
}
</style>
border-color css
<style>
span { border-color: #56FEBB; }
span { border-color: rgb(86,254,187); }
td.TdClassName
{
border-color: #56FEBB;
}
.TagClassName
{
border-color: #56FEBB;
}
</style>