Shades of Medium Aquamarine #56CEB8
Tints of Medium Aquamarine #56CEB8
RGB
CMYK
RGB Variations
Color information
#56CEB8 (or 0x56CEB8) is known color: Medium Aquamarine. HEX triplet: 56, CE and B8. RGB value is (86,206,184). Sum of RGB (Red+Green+Blue) = 86+206+184=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #56CEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CEB8 is #A93147. Grayscale: #A7A7A7. Windows color (decimal): -11088200 or 12111446. OLE color: 12111446.
HSL color Cylindrical-coordinate representation of color #56CEB8: hue angle of 169º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CEB8 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 206 | 184 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.19 |
| HSL | 169º | 0.55% | 0.57% | - |
| HSV(B) | 169º | 0.58% | 0.81% | - |
| XYZ | 34.56 | 49.58 | 53.1 | - |
| YUV | 167.61 | 137.24 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 184 | 0.58 | 0 | 0.11 | 0.19 | 169 | 0.55 | 0.57 |
| Hex | 56 | CE | B8 | 3A | 0 | B | 13 | A9 | 37 | 39 |
| Octal | 126 | 316 | 270 | 72 | 0 | 13 | 23 | 251 | 67 | 71 |
| Binary | 1010110 | 11001110 | 10111000 | 111010 | 0 | 1011 | 10011 | 10101001 | 110111 | 111001 |
Color Harmonies of #56CEB8
Complementary color
Monochromatic Colors of #56CEB8
Black with #56CEB8
Text Example
Text Example
White with #56CEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEB8; }
p { color: rgb(86,206,184); }
H1.HeaderClassName
{
color: #56CEB8;
}
.AnyTagClassName
{
color: #56CEB8;
}
</style>
background-color css
<style>
a { background-color: #56CEB8; }
a { background-color: rgb(86,206,184); }
div.DivClassName
{
background-color: #56CEB8;
}
.BgClassName
{
background-color: #56CEB8;
}
</style>
border-color css
<style>
span { border-color: #56CEB8; }
span { border-color: rgb(86,206,184); }
td.TdClassName
{
border-color: #56CEB8;
}
.TagClassName
{
border-color: #56CEB8;
}
</style>