Shades of Medium Aquamarine #56CA9F
Tints of Medium Aquamarine #56CA9F
RGB
CMYK
RGB Variations
Color information
#56CA9F (or 0x56CA9F) is known color: Medium Aquamarine. HEX triplet: 56, CA and 9F. RGB value is (86,202,159). Sum of RGB (Red+Green+Blue) = 86+202+159=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #56CA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CA9F is #A93560. Grayscale: #A2A2A2. Windows color (decimal): -11089249 or 10472022. OLE color: 10472022.
HSL color Cylindrical-coordinate representation of color #56CA9F: hue angle of 157.76º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56CA9F is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 202 | 159 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.21 |
| HSL | 157.76º | 0.52% | 0.56% | - |
| HSV(B) | 157.76º | 0.57% | 0.79% | - |
| XYZ | 31.22 | 46.72 | 40.17 | - |
| YUV | 162.41 | 126.07 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 202 | 159 | 0.57 | 0 | 0.21 | 0.21 | 157.76 | 0.52 | 0.56 |
| Hex | 56 | CA | 9F | 39 | 0 | 15 | 15 | 9E | 34 | 38 |
| Octal | 126 | 312 | 237 | 71 | 0 | 25 | 25 | 236 | 64 | 70 |
| Binary | 1010110 | 11001010 | 10011111 | 111001 | 0 | 10101 | 10101 | 10011110 | 110100 | 111000 |
Color Harmonies of #56CA9F
Complementary color
Monochromatic Colors of #56CA9F
Black with #56CA9F
Text Example
Text Example
White with #56CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CA9F; }
p { color: rgb(86,202,159); }
H1.HeaderClassName
{
color: #56CA9F;
}
.AnyTagClassName
{
color: #56CA9F;
}
</style>
background-color css
<style>
a { background-color: #56CA9F; }
a { background-color: rgb(86,202,159); }
div.DivClassName
{
background-color: #56CA9F;
}
.BgClassName
{
background-color: #56CA9F;
}
</style>
border-color css
<style>
span { border-color: #56CA9F; }
span { border-color: rgb(86,202,159); }
td.TdClassName
{
border-color: #56CA9F;
}
.TagClassName
{
border-color: #56CA9F;
}
</style>