Shades of Medium Aquamarine #56CDB8
Tints of Medium Aquamarine #56CDB8
RGB
CMYK
RGB Variations
Color information
#56CDB8 (or 0x56CDB8) is known color: Medium Aquamarine. HEX triplet: 56, CD and B8. RGB value is (86,205,184). Sum of RGB (Red+Green+Blue) = 86+205+184=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDB8 is #A93247. Grayscale: #A6A6A6. Windows color (decimal): -11088456 or 12111190. OLE color: 12111190.
HSL color Cylindrical-coordinate representation of color #56CDB8: hue angle of 169.41º 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 #56CDB8 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 205 | 184 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.20 |
| HSL | 169.41º | 0.54% | 0.57% | - |
| HSV(B) | 169.41º | 0.58% | 0.8% | - |
| XYZ | 34.32 | 49.1 | 53.02 | - |
| YUV | 167.03 | 137.58 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 205 | 184 | 0.58 | 0 | 0.10 | 0.20 | 169.41 | 0.54 | 0.57 |
| Hex | 56 | CD | B8 | 3A | 0 | A | 14 | A9 | 36 | 39 |
| Octal | 126 | 315 | 270 | 72 | 0 | 12 | 24 | 251 | 66 | 71 |
| Binary | 1010110 | 11001101 | 10111000 | 111010 | 0 | 1010 | 10100 | 10101001 | 110110 | 111001 |
Color Harmonies of #56CDB8
Complementary color
Monochromatic Colors of #56CDB8
Black with #56CDB8
Text Example
Text Example
White with #56CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CDB8; }
p { color: rgb(86,205,184); }
H1.HeaderClassName
{
color: #56CDB8;
}
.AnyTagClassName
{
color: #56CDB8;
}
</style>
background-color css
<style>
a { background-color: #56CDB8; }
a { background-color: rgb(86,205,184); }
div.DivClassName
{
background-color: #56CDB8;
}
.BgClassName
{
background-color: #56CDB8;
}
</style>
border-color css
<style>
span { border-color: #56CDB8; }
span { border-color: rgb(86,205,184); }
td.TdClassName
{
border-color: #56CDB8;
}
.TagClassName
{
border-color: #56CDB8;
}
</style>