Shades of Medium Aquamarine #56CBA6
Tints of Medium Aquamarine #56CBA6
RGB
CMYK
RGB Variations
Color information
#56CBA6 (or 0x56CBA6) is known color: Medium Aquamarine. HEX triplet: 56, CB and A6. RGB value is (86,203,166). Sum of RGB (Red+Green+Blue) = 86+203+166=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #56CBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CBA6 is #A93459. Grayscale: #A3A3A3. Windows color (decimal): -11088986 or 10931030. OLE color: 10931030.
HSL color Cylindrical-coordinate representation of color #56CBA6: hue angle of 161.03º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CBA6 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 203 | 166 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.20 |
| HSL | 161.03º | 0.53% | 0.57% | - |
| HSV(B) | 161.03º | 0.58% | 0.8% | - |
| XYZ | 32.08 | 47.44 | 43.54 | - |
| YUV | 163.8 | 129.24 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 203 | 166 | 0.58 | 0 | 0.18 | 0.20 | 161.03 | 0.53 | 0.57 |
| Hex | 56 | CB | A6 | 3A | 0 | 12 | 14 | A1 | 35 | 39 |
| Octal | 126 | 313 | 246 | 72 | 0 | 22 | 24 | 241 | 65 | 71 |
| Binary | 1010110 | 11001011 | 10100110 | 111010 | 0 | 10010 | 10100 | 10100001 | 110101 | 111001 |
Color Harmonies of #56CBA6
Complementary color
Monochromatic Colors of #56CBA6
Black with #56CBA6
Text Example
Text Example
White with #56CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CBA6; }
p { color: rgb(86,203,166); }
H1.HeaderClassName
{
color: #56CBA6;
}
.AnyTagClassName
{
color: #56CBA6;
}
</style>
background-color css
<style>
a { background-color: #56CBA6; }
a { background-color: rgb(86,203,166); }
div.DivClassName
{
background-color: #56CBA6;
}
.BgClassName
{
background-color: #56CBA6;
}
</style>
border-color css
<style>
span { border-color: #56CBA6; }
span { border-color: rgb(86,203,166); }
td.TdClassName
{
border-color: #56CBA6;
}
.TagClassName
{
border-color: #56CBA6;
}
</style>