Shades of Medium Aquamarine #56CBAA
Tints of Medium Aquamarine #56CBAA
RGB
CMYK
RGB Variations
Color information
#56CBAA (or 0x56CBAA) is known color: Medium Aquamarine. HEX triplet: 56, CB and AA. RGB value is (86,203,170). Sum of RGB (Red+Green+Blue) = 86+203+170=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #56CBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CBAA is #A93455. Grayscale: #A4A4A4. Windows color (decimal): -11088982 or 11193174. OLE color: 11193174.
HSL color Cylindrical-coordinate representation of color #56CBAA: hue angle of 163.08º 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 #56CBAA is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 203 | 170 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.20 |
| HSL | 163.08º | 0.53% | 0.57% | - |
| HSV(B) | 163.08º | 0.58% | 0.8% | - |
| XYZ | 32.45 | 47.59 | 45.51 | - |
| YUV | 164.26 | 131.24 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 203 | 170 | 0.58 | 0 | 0.16 | 0.20 | 163.08 | 0.53 | 0.57 |
| Hex | 56 | CB | AA | 3A | 0 | 10 | 14 | A3 | 35 | 39 |
| Octal | 126 | 313 | 252 | 72 | 0 | 20 | 24 | 243 | 65 | 71 |
| Binary | 1010110 | 11001011 | 10101010 | 111010 | 0 | 10000 | 10100 | 10100011 | 110101 | 111001 |
Color Harmonies of #56CBAA
Complementary color
Monochromatic Colors of #56CBAA
Black with #56CBAA
Text Example
Text Example
White with #56CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CBAA; }
p { color: rgb(86,203,170); }
H1.HeaderClassName
{
color: #56CBAA;
}
.AnyTagClassName
{
color: #56CBAA;
}
</style>
background-color css
<style>
a { background-color: #56CBAA; }
a { background-color: rgb(86,203,170); }
div.DivClassName
{
background-color: #56CBAA;
}
.BgClassName
{
background-color: #56CBAA;
}
</style>
border-color css
<style>
span { border-color: #56CBAA; }
span { border-color: rgb(86,203,170); }
td.TdClassName
{
border-color: #56CBAA;
}
.TagClassName
{
border-color: #56CBAA;
}
</style>