Shades of Aquamarine #56FFCC
Tints of Aquamarine #56FFCC
RGB
CMYK
RGB Variations
Color information
#56FFCC (or 0x56FFCC) is known color: Aquamarine. HEX triplet: 56, FF and CC. RGB value is (86,255,204). Sum of RGB (Red+Green+Blue) = 86+255+204=545 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.78% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFCC is #A90033. Grayscale: #C6C6C6. Windows color (decimal): -11075636 or 13434710. OLE color: 13434710.
HSL color Cylindrical-coordinate representation of color #56FFCC: hue angle of 161.89º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FFCC is Cyan = 0.66, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 204 | - |
| CMYK | 0.66 | 0 | 0.2 | 0 |
| HSL | 161.89º | 1% | 0.67% | - |
| HSV(B) | 161.89º | 0.66% | 1% | - |
| XYZ | 50.5 | 77.86 | 69.49 | - |
| YUV | 198.66 | 131.01 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 204 | 0.66 | 0 | 0.2 | 0 | 161.89 | 1 | 0.67 |
| Hex | 56 | FF | CC | 42 | 0 | 14 | 0 | A2 | 64 | 43 |
| Octal | 126 | 377 | 314 | 102 | 0 | 24 | 0 | 242 | 144 | 103 |
| Binary | 1010110 | 11111111 | 11001100 | 1000010 | 0 | 10100 | 0 | 10100010 | 1100100 | 1000011 |
Color Harmonies of #56FFCC
Complementary color
Monochromatic Colors of #56FFCC
Black with #56FFCC
Text Example
Text Example
White with #56FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFCC; }
p { color: rgb(86,255,204); }
H1.HeaderClassName
{
color: #56FFCC;
}
.AnyTagClassName
{
color: #56FFCC;
}
</style>
background-color css
<style>
a { background-color: #56FFCC; }
a { background-color: rgb(86,255,204); }
div.DivClassName
{
background-color: #56FFCC;
}
.BgClassName
{
background-color: #56FFCC;
}
</style>
border-color css
<style>
span { border-color: #56FFCC; }
span { border-color: rgb(86,255,204); }
td.TdClassName
{
border-color: #56FFCC;
}
.TagClassName
{
border-color: #56FFCC;
}
</style>