Shades of Medium Aquamarine #56FAAA
Tints of Medium Aquamarine #56FAAA
RGB
CMYK
RGB Variations
Color information
#56FAAA (or 0x56FAAA) is known color: Medium Aquamarine. HEX triplet: 56, FA and AA. RGB value is (86,250,170). Sum of RGB (Red+Green+Blue) = 86+250+170=506 (67% of max value = 765). Red value is 86 (33.98% from 255 or 17.00% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #56FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56FAAA is #A90555. Grayscale: #C0C0C0. Windows color (decimal): -11076950 or 11205206. OLE color: 11205206.
HSL color Cylindrical-coordinate representation of color #56FAAA: hue angle of 150.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FAAA is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 250 | 170 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.02 |
| HSL | 150.73º | 0.94% | 0.66% | - |
| HSV(B) | 150.73º | 0.66% | 0.98% | - |
| XYZ | 45.28 | 73.25 | 49.78 | - |
| YUV | 191.84 | 115.67 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 250 | 170 | 0.66 | 0 | 0.32 | 0.02 | 150.73 | 0.94 | 0.66 |
| Hex | 56 | FA | AA | 42 | 0 | 20 | 2 | 97 | 5E | 42 |
| Octal | 126 | 372 | 252 | 102 | 0 | 40 | 2 | 227 | 136 | 102 |
| Binary | 1010110 | 11111010 | 10101010 | 1000010 | 0 | 100000 | 10 | 10010111 | 1011110 | 1000010 |
Color Harmonies of #56FAAA
Complementary color
Monochromatic Colors of #56FAAA
Black with #56FAAA
Text Example
Text Example
White with #56FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FAAA; }
p { color: rgb(86,250,170); }
H1.HeaderClassName
{
color: #56FAAA;
}
.AnyTagClassName
{
color: #56FAAA;
}
</style>
background-color css
<style>
a { background-color: #56FAAA; }
a { background-color: rgb(86,250,170); }
div.DivClassName
{
background-color: #56FAAA;
}
.BgClassName
{
background-color: #56FAAA;
}
</style>
border-color css
<style>
span { border-color: #56FAAA; }
span { border-color: rgb(86,250,170); }
td.TdClassName
{
border-color: #56FAAA;
}
.TagClassName
{
border-color: #56FAAA;
}
</style>