Shades of Aquamarine #56FFCA
Tints of Aquamarine #56FFCA
RGB
CMYK
RGB Variations
Color information
#56FFCA (or 0x56FFCA) is known color: Aquamarine. HEX triplet: 56, FF and CA. RGB value is (86,255,202). Sum of RGB (Red+Green+Blue) = 86+255+202=543 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.84% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFCA is #A90035. Grayscale: #C6C6C6. Windows color (decimal): -11075638 or 13303638. OLE color: 13303638.
HSL color Cylindrical-coordinate representation of color #56FFCA: hue angle of 161.18º 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 #56FFCA is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 202 | - |
| CMYK | 0.66 | 0 | 0.21 | 0 |
| HSL | 161.18º | 1% | 0.67% | - |
| HSV(B) | 161.18º | 0.66% | 1% | - |
| XYZ | 50.26 | 77.76 | 68.24 | - |
| YUV | 198.43 | 130.01 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 202 | 0.66 | 0 | 0.21 | 0 | 161.18 | 1 | 0.67 |
| Hex | 56 | FF | CA | 42 | 0 | 15 | 0 | A1 | 64 | 43 |
| Octal | 126 | 377 | 312 | 102 | 0 | 25 | 0 | 241 | 144 | 103 |
| Binary | 1010110 | 11111111 | 11001010 | 1000010 | 0 | 10101 | 0 | 10100001 | 1100100 | 1000011 |
Color Harmonies of #56FFCA
Complementary color
Monochromatic Colors of #56FFCA
Black with #56FFCA
Text Example
Text Example
White with #56FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFCA; }
p { color: rgb(86,255,202); }
H1.HeaderClassName
{
color: #56FFCA;
}
.AnyTagClassName
{
color: #56FFCA;
}
</style>
background-color css
<style>
a { background-color: #56FFCA; }
a { background-color: rgb(86,255,202); }
div.DivClassName
{
background-color: #56FFCA;
}
.BgClassName
{
background-color: #56FFCA;
}
</style>
border-color css
<style>
span { border-color: #56FFCA; }
span { border-color: rgb(86,255,202); }
td.TdClassName
{
border-color: #56FFCA;
}
.TagClassName
{
border-color: #56FFCA;
}
</style>