Shades of Aquamarine #56FDBC
Tints of Aquamarine #56FDBC
RGB
CMYK
RGB Variations
Color information
#56FDBC (or 0x56FDBC) is known color: Aquamarine. HEX triplet: 56, FD and BC. RGB value is (86,253,188). Sum of RGB (Red+Green+Blue) = 86+253+188=527 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.32% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #56FDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FDBC is #A90243. Grayscale: #C3C3C3. Windows color (decimal): -11076164 or 12385622. OLE color: 12385622.
HSL color Cylindrical-coordinate representation of color #56FDBC: hue angle of 156.65º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FDBC is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 253 | 188 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.01 |
| HSL | 156.65º | 0.98% | 0.66% | - |
| HSV(B) | 156.65º | 0.66% | 0.99% | - |
| XYZ | 48.04 | 75.86 | 59.69 | - |
| YUV | 195.66 | 123.67 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 253 | 188 | 0.66 | 0 | 0.26 | 0.01 | 156.65 | 0.98 | 0.66 |
| Hex | 56 | FD | BC | 42 | 0 | 1A | 1 | 9D | 62 | 42 |
| Octal | 126 | 375 | 274 | 102 | 0 | 32 | 1 | 235 | 142 | 102 |
| Binary | 1010110 | 11111101 | 10111100 | 1000010 | 0 | 11010 | 1 | 10011101 | 1100010 | 1000010 |
Color Harmonies of #56FDBC
Complementary color
Monochromatic Colors of #56FDBC
Black with #56FDBC
Text Example
Text Example
White with #56FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FDBC; }
p { color: rgb(86,253,188); }
H1.HeaderClassName
{
color: #56FDBC;
}
.AnyTagClassName
{
color: #56FDBC;
}
</style>
background-color css
<style>
a { background-color: #56FDBC; }
a { background-color: rgb(86,253,188); }
div.DivClassName
{
background-color: #56FDBC;
}
.BgClassName
{
background-color: #56FDBC;
}
</style>
border-color css
<style>
span { border-color: #56FDBC; }
span { border-color: rgb(86,253,188); }
td.TdClassName
{
border-color: #56FDBC;
}
.TagClassName
{
border-color: #56FDBC;
}
</style>