Shades of Medium Aquamarine #56CEB2
Tints of Medium Aquamarine #56CEB2
RGB
CMYK
RGB Variations
Color information
#56CEB2 (or 0x56CEB2) is known color: Medium Aquamarine. HEX triplet: 56, CE and B2. RGB value is (86,206,178). Sum of RGB (Red+Green+Blue) = 86+206+178=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #56CEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CEB2 is #A9314D. Grayscale: #A6A6A6. Windows color (decimal): -11088206 or 11718230. OLE color: 11718230.
HSL color Cylindrical-coordinate representation of color #56CEB2: hue angle of 166º 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 #56CEB2 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 206 | 178 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.19 |
| HSL | 166º | 0.55% | 0.57% | - |
| HSV(B) | 166º | 0.58% | 0.81% | - |
| XYZ | 33.94 | 49.34 | 49.85 | - |
| YUV | 166.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 178 | 0.58 | 0 | 0.14 | 0.19 | 166 | 0.55 | 0.57 |
| Hex | 56 | CE | B2 | 3A | 0 | E | 13 | A6 | 37 | 39 |
| Octal | 126 | 316 | 262 | 72 | 0 | 16 | 23 | 246 | 67 | 71 |
| Binary | 1010110 | 11001110 | 10110010 | 111010 | 0 | 1110 | 10011 | 10100110 | 110111 | 111001 |
Color Harmonies of #56CEB2
Complementary color
Monochromatic Colors of #56CEB2
Black with #56CEB2
Text Example
Text Example
White with #56CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEB2; }
p { color: rgb(86,206,178); }
H1.HeaderClassName
{
color: #56CEB2;
}
.AnyTagClassName
{
color: #56CEB2;
}
</style>
background-color css
<style>
a { background-color: #56CEB2; }
a { background-color: rgb(86,206,178); }
div.DivClassName
{
background-color: #56CEB2;
}
.BgClassName
{
background-color: #56CEB2;
}
</style>
border-color css
<style>
span { border-color: #56CEB2; }
span { border-color: rgb(86,206,178); }
td.TdClassName
{
border-color: #56CEB2;
}
.TagClassName
{
border-color: #56CEB2;
}
</style>