Shades of Medium Aquamarine #56CEB5
Tints of Medium Aquamarine #56CEB5
RGB
CMYK
RGB Variations
Color information
#56CEB5 (or 0x56CEB5) is known color: Medium Aquamarine. HEX triplet: 56, CE and B5. RGB value is (86,206,181). Sum of RGB (Red+Green+Blue) = 86+206+181=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #56CEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CEB5 is #A9314A. Grayscale: #A7A7A7. Windows color (decimal): -11088203 or 11914838. OLE color: 11914838.
HSL color Cylindrical-coordinate representation of color #56CEB5: hue angle of 167.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CEB5 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 206 | 181 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.19 |
| HSL | 167.5º | 0.55% | 0.57% | - |
| HSV(B) | 167.5º | 0.58% | 0.81% | - |
| XYZ | 34.25 | 49.46 | 51.46 | - |
| YUV | 167.27 | 135.74 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 181 | 0.58 | 0 | 0.12 | 0.19 | 167.5 | 0.55 | 0.57 |
| Hex | 56 | CE | B5 | 3A | 0 | C | 13 | A8 | 37 | 39 |
| Octal | 126 | 316 | 265 | 72 | 0 | 14 | 23 | 250 | 67 | 71 |
| Binary | 1010110 | 11001110 | 10110101 | 111010 | 0 | 1100 | 10011 | 10101000 | 110111 | 111001 |
Color Harmonies of #56CEB5
Complementary color
Monochromatic Colors of #56CEB5
Black with #56CEB5
Text Example
Text Example
White with #56CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEB5; }
p { color: rgb(86,206,181); }
H1.HeaderClassName
{
color: #56CEB5;
}
.AnyTagClassName
{
color: #56CEB5;
}
</style>
background-color css
<style>
a { background-color: #56CEB5; }
a { background-color: rgb(86,206,181); }
div.DivClassName
{
background-color: #56CEB5;
}
.BgClassName
{
background-color: #56CEB5;
}
</style>
border-color css
<style>
span { border-color: #56CEB5; }
span { border-color: rgb(86,206,181); }
td.TdClassName
{
border-color: #56CEB5;
}
.TagClassName
{
border-color: #56CEB5;
}
</style>