Shades of Medium Aquamarine #56CCB7
Tints of Medium Aquamarine #56CCB7
RGB
CMYK
RGB Variations
Color information
#56CCB7 (or 0x56CCB7) is known color: Medium Aquamarine. HEX triplet: 56, CC and B7. RGB value is (86,204,183). Sum of RGB (Red+Green+Blue) = 86+204+183=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #56CCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCB7 is #A93348. Grayscale: #A6A6A6. Windows color (decimal): -11088713 or 12045398. OLE color: 12045398.
HSL color Cylindrical-coordinate representation of color #56CCB7: hue angle of 169.32º degrees, saturation: 0.54, 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 #56CCB7 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 204 | 183 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.2 |
| HSL | 169.32º | 0.54% | 0.57% | - |
| HSV(B) | 169.32º | 0.58% | 0.8% | - |
| XYZ | 33.98 | 48.58 | 52.39 | - |
| YUV | 166.32 | 137.41 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 204 | 183 | 0.58 | 0 | 0.10 | 0.2 | 169.32 | 0.54 | 0.57 |
| Hex | 56 | CC | B7 | 3A | 0 | A | 14 | A9 | 36 | 39 |
| Octal | 126 | 314 | 267 | 72 | 0 | 12 | 24 | 251 | 66 | 71 |
| Binary | 1010110 | 11001100 | 10110111 | 111010 | 0 | 1010 | 10100 | 10101001 | 110110 | 111001 |
Color Harmonies of #56CCB7
Complementary color
Monochromatic Colors of #56CCB7
Black with #56CCB7
Text Example
Text Example
White with #56CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CCB7; }
p { color: rgb(86,204,183); }
H1.HeaderClassName
{
color: #56CCB7;
}
.AnyTagClassName
{
color: #56CCB7;
}
</style>
background-color css
<style>
a { background-color: #56CCB7; }
a { background-color: rgb(86,204,183); }
div.DivClassName
{
background-color: #56CCB7;
}
.BgClassName
{
background-color: #56CCB7;
}
</style>
border-color css
<style>
span { border-color: #56CCB7; }
span { border-color: rgb(86,204,183); }
td.TdClassName
{
border-color: #56CCB7;
}
.TagClassName
{
border-color: #56CCB7;
}
</style>