Shades of Medium Aquamarine #56CBA7
Tints of Medium Aquamarine #56CBA7
RGB
CMYK
RGB Variations
Color information
#56CBA7 (or 0x56CBA7) is known color: Medium Aquamarine. HEX triplet: 56, CB and A7. RGB value is (86,203,167). Sum of RGB (Red+Green+Blue) = 86+203+167=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #56CBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CBA7 is #A93458. Grayscale: #A3A3A3. Windows color (decimal): -11088985 or 10996566. OLE color: 10996566.
HSL color Cylindrical-coordinate representation of color #56CBA7: hue angle of 161.54º 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 #56CBA7 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 203 | 167 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.20 |
| HSL | 161.54º | 0.53% | 0.57% | - |
| HSV(B) | 161.54º | 0.58% | 0.8% | - |
| XYZ | 32.17 | 47.48 | 44.03 | - |
| YUV | 163.91 | 129.74 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 203 | 167 | 0.58 | 0 | 0.18 | 0.20 | 161.54 | 0.53 | 0.57 |
| Hex | 56 | CB | A7 | 3A | 0 | 12 | 14 | A2 | 35 | 39 |
| Octal | 126 | 313 | 247 | 72 | 0 | 22 | 24 | 242 | 65 | 71 |
| Binary | 1010110 | 11001011 | 10100111 | 111010 | 0 | 10010 | 10100 | 10100010 | 110101 | 111001 |
Color Harmonies of #56CBA7
Complementary color
Monochromatic Colors of #56CBA7
Black with #56CBA7
Text Example
Text Example
White with #56CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CBA7; }
p { color: rgb(86,203,167); }
H1.HeaderClassName
{
color: #56CBA7;
}
.AnyTagClassName
{
color: #56CBA7;
}
</style>
background-color css
<style>
a { background-color: #56CBA7; }
a { background-color: rgb(86,203,167); }
div.DivClassName
{
background-color: #56CBA7;
}
.BgClassName
{
background-color: #56CBA7;
}
</style>
border-color css
<style>
span { border-color: #56CBA7; }
span { border-color: rgb(86,203,167); }
td.TdClassName
{
border-color: #56CBA7;
}
.TagClassName
{
border-color: #56CBA7;
}
</style>