Shades of Medium Aquamarine #56FFA5
Tints of Medium Aquamarine #56FFA5
RGB
CMYK
RGB Variations
Color information
#56FFA5 (or 0x56FFA5) is known color: Medium Aquamarine. HEX triplet: 56, FF and A5. RGB value is (86,255,165). Sum of RGB (Red+Green+Blue) = 86+255+165=506 (67% of max value = 765). Red value is 86 (33.98% from 255 or 17.00% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56FFA5 is #A9005A. Grayscale: #C2C2C2. Windows color (decimal): -11075675 or 10878806. OLE color: 10878806.
HSL color Cylindrical-coordinate representation of color #56FFA5: hue angle of 148.05º 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 #56FFA5 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 165 | - |
| CMYK | 0.66 | 0 | 0.35 | 0 |
| HSL | 148.05º | 1% | 0.67% | - |
| HSV(B) | 148.05º | 0.66% | 1% | - |
| XYZ | 46.39 | 76.22 | 47.86 | - |
| YUV | 194.21 | 111.51 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 165 | 0.66 | 0 | 0.35 | 0 | 148.05 | 1 | 0.67 |
| Hex | 56 | FF | A5 | 42 | 0 | 23 | 0 | 94 | 64 | 43 |
| Octal | 126 | 377 | 245 | 102 | 0 | 43 | 0 | 224 | 144 | 103 |
| Binary | 1010110 | 11111111 | 10100101 | 1000010 | 0 | 100011 | 0 | 10010100 | 1100100 | 1000011 |
Color Harmonies of #56FFA5
Complementary color
Monochromatic Colors of #56FFA5
Black with #56FFA5
Text Example
Text Example
White with #56FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFA5; }
p { color: rgb(86,255,165); }
H1.HeaderClassName
{
color: #56FFA5;
}
.AnyTagClassName
{
color: #56FFA5;
}
</style>
background-color css
<style>
a { background-color: #56FFA5; }
a { background-color: rgb(86,255,165); }
div.DivClassName
{
background-color: #56FFA5;
}
.BgClassName
{
background-color: #56FFA5;
}
</style>
border-color css
<style>
span { border-color: #56FFA5; }
span { border-color: rgb(86,255,165); }
td.TdClassName
{
border-color: #56FFA5;
}
.TagClassName
{
border-color: #56FFA5;
}
</style>