Shades of Aquamarine #56FFBF
Tints of Aquamarine #56FFBF
RGB
CMYK
RGB Variations
Color information
#56FFBF (or 0x56FFBF) is known color: Aquamarine. HEX triplet: 56, FF and BF. RGB value is (86,255,191). Sum of RGB (Red+Green+Blue) = 86+255+191=532 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.17% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFBF is #A90040. Grayscale: #C5C5C5. Windows color (decimal): -11075649 or 12582742. OLE color: 12582742.
HSL color Cylindrical-coordinate representation of color #56FFBF: hue angle of 157.28º 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 #56FFBF is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 191 | - |
| CMYK | 0.66 | 0 | 0.25 | 0 |
| HSL | 157.28º | 1% | 0.67% | - |
| HSV(B) | 157.28º | 0.66% | 1% | - |
| XYZ | 49 | 77.26 | 61.62 | - |
| YUV | 197.17 | 124.51 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 191 | 0.66 | 0 | 0.25 | 0 | 157.28 | 1 | 0.67 |
| Hex | 56 | FF | BF | 42 | 0 | 19 | 0 | 9D | 64 | 43 |
| Octal | 126 | 377 | 277 | 102 | 0 | 31 | 0 | 235 | 144 | 103 |
| Binary | 1010110 | 11111111 | 10111111 | 1000010 | 0 | 11001 | 0 | 10011101 | 1100100 | 1000011 |
Color Harmonies of #56FFBF
Complementary color
Monochromatic Colors of #56FFBF
Black with #56FFBF
Text Example
Text Example
White with #56FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFBF; }
p { color: rgb(86,255,191); }
H1.HeaderClassName
{
color: #56FFBF;
}
.AnyTagClassName
{
color: #56FFBF;
}
</style>
background-color css
<style>
a { background-color: #56FFBF; }
a { background-color: rgb(86,255,191); }
div.DivClassName
{
background-color: #56FFBF;
}
.BgClassName
{
background-color: #56FFBF;
}
</style>
border-color css
<style>
span { border-color: #56FFBF; }
span { border-color: rgb(86,255,191); }
td.TdClassName
{
border-color: #56FFBF;
}
.TagClassName
{
border-color: #56FFBF;
}
</style>