Shades of Medium Aquamarine #56FF9B
Tints of Medium Aquamarine #56FF9B
RGB
CMYK
RGB Variations
Color information
#56FF9B (or 0x56FF9B) is known color: Medium Aquamarine. HEX triplet: 56, FF and 9B. RGB value is (86,255,155). Sum of RGB (Red+Green+Blue) = 86+255+155=496 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.34% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #56FF9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56FF9B is #A90064. Grayscale: #C1C1C1. Windows color (decimal): -11075685 or 10223446. OLE color: 10223446.
HSL color Cylindrical-coordinate representation of color #56FF9B: hue angle of 144.5º 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 #56FF9B is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 155 | - |
| CMYK | 0.66 | 0 | 0.39 | 0 |
| HSL | 144.5º | 1% | 0.67% | - |
| HSV(B) | 144.5º | 0.66% | 1% | - |
| XYZ | 45.51 | 75.87 | 43.25 | - |
| YUV | 193.07 | 106.51 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 155 | 0.66 | 0 | 0.39 | 0 | 144.5 | 1 | 0.67 |
| Hex | 56 | FF | 9B | 42 | 0 | 27 | 0 | 90 | 64 | 43 |
| Octal | 126 | 377 | 233 | 102 | 0 | 47 | 0 | 220 | 144 | 103 |
| Binary | 1010110 | 11111111 | 10011011 | 1000010 | 0 | 100111 | 0 | 10010000 | 1100100 | 1000011 |
Color Harmonies of #56FF9B
Complementary color
Monochromatic Colors of #56FF9B
Black with #56FF9B
Text Example
Text Example
White with #56FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FF9B; }
p { color: rgb(86,255,155); }
H1.HeaderClassName
{
color: #56FF9B;
}
.AnyTagClassName
{
color: #56FF9B;
}
</style>
background-color css
<style>
a { background-color: #56FF9B; }
a { background-color: rgb(86,255,155); }
div.DivClassName
{
background-color: #56FF9B;
}
.BgClassName
{
background-color: #56FF9B;
}
</style>
border-color css
<style>
span { border-color: #56FF9B; }
span { border-color: rgb(86,255,155); }
td.TdClassName
{
border-color: #56FF9B;
}
.TagClassName
{
border-color: #56FF9B;
}
</style>