Shades of Medium Aquamarine #5BFFA0
Tints of Medium Aquamarine #5BFFA0
RGB
CMYK
RGB Variations
Color information
#5BFFA0 (or 0x5BFFA0) is known color: Medium Aquamarine. HEX triplet: 5B, FF and A0. RGB value is (91,255,160). Sum of RGB (Red+Green+Blue) = 91+255+160=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFFA0 is #A4005F. Grayscale: #C3C3C3. Windows color (decimal): -10748000 or 10551131. OLE color: 10551131.
HSL color Cylindrical-coordinate representation of color #5BFFA0: hue angle of 145.24º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFFA0 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 160 | - |
| CMYK | 0.64 | 0 | 0.37 | 0 |
| HSL | 145.24º | 1% | 0.68% | - |
| HSV(B) | 145.24º | 0.64% | 1% | - |
| XYZ | 46.42 | 76.28 | 45.54 | - |
| YUV | 195.13 | 108.17 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 160 | 0.64 | 0 | 0.37 | 0 | 145.24 | 1 | 0.68 |
| Hex | 5B | FF | A0 | 40 | 0 | 25 | 0 | 91 | 64 | 44 |
| Octal | 133 | 377 | 240 | 100 | 0 | 45 | 0 | 221 | 144 | 104 |
| Binary | 1011011 | 11111111 | 10100000 | 1000000 | 0 | 100101 | 0 | 10010001 | 1100100 | 1000100 |
Color Harmonies of #5BFFA0
Complementary color
Monochromatic Colors of #5BFFA0
Black with #5BFFA0
Text Example
Text Example
White with #5BFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFA0; }
p { color: rgb(91,255,160); }
H1.HeaderClassName
{
color: #5BFFA0;
}
.AnyTagClassName
{
color: #5BFFA0;
}
</style>
background-color css
<style>
a { background-color: #5BFFA0; }
a { background-color: rgb(91,255,160); }
div.DivClassName
{
background-color: #5BFFA0;
}
.BgClassName
{
background-color: #5BFFA0;
}
</style>
border-color css
<style>
span { border-color: #5BFFA0; }
span { border-color: rgb(91,255,160); }
td.TdClassName
{
border-color: #5BFFA0;
}
.TagClassName
{
border-color: #5BFFA0;
}
</style>