Shades of Medium Aquamarine #56FFB2
Tints of Medium Aquamarine #56FFB2
RGB
CMYK
RGB Variations
Color information
#56FFB2 (or 0x56FFB2) is known color: Medium Aquamarine. HEX triplet: 56, FF and B2. RGB value is (86,255,178). Sum of RGB (Red+Green+Blue) = 86+255+178=519 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.57% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56FFB2 is #A9004D. Grayscale: #C3C3C3. Windows color (decimal): -11075662 or 11730774. OLE color: 11730774.
HSL color Cylindrical-coordinate representation of color #56FFB2: hue angle of 152.66º 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 #56FFB2 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 178 | - |
| CMYK | 0.66 | 0 | 0.30 | 0 |
| HSL | 152.66º | 1% | 0.67% | - |
| HSV(B) | 152.66º | 0.66% | 1% | - |
| XYZ | 47.63 | 76.71 | 54.42 | - |
| YUV | 195.69 | 118.01 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 178 | 0.66 | 0 | 0.30 | 0 | 152.66 | 1 | 0.67 |
| Hex | 56 | FF | B2 | 42 | 0 | 1E | 0 | 99 | 64 | 43 |
| Octal | 126 | 377 | 262 | 102 | 0 | 36 | 0 | 231 | 144 | 103 |
| Binary | 1010110 | 11111111 | 10110010 | 1000010 | 0 | 11110 | 0 | 10011001 | 1100100 | 1000011 |
Color Harmonies of #56FFB2
Complementary color
Monochromatic Colors of #56FFB2
Black with #56FFB2
Text Example
Text Example
White with #56FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFB2; }
p { color: rgb(86,255,178); }
H1.HeaderClassName
{
color: #56FFB2;
}
.AnyTagClassName
{
color: #56FFB2;
}
</style>
background-color css
<style>
a { background-color: #56FFB2; }
a { background-color: rgb(86,255,178); }
div.DivClassName
{
background-color: #56FFB2;
}
.BgClassName
{
background-color: #56FFB2;
}
</style>
border-color css
<style>
span { border-color: #56FFB2; }
span { border-color: rgb(86,255,178); }
td.TdClassName
{
border-color: #56FFB2;
}
.TagClassName
{
border-color: #56FFB2;
}
</style>