Shades of Aquamarine #5BFFC0
Tints of Aquamarine #5BFFC0
RGB
CMYK
RGB Variations
Color information
#5BFFC0 (or 0x5BFFC0) is known color: Aquamarine. HEX triplet: 5B, FF and C0. RGB value is (91,255,192). Sum of RGB (Red+Green+Blue) = 91+255+192=538 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.91% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFFC0 is #A4003F. Grayscale: #C6C6C6. Windows color (decimal): -10747968 or 12648283. OLE color: 12648283.
HSL color Cylindrical-coordinate representation of color #5BFFC0: hue angle of 156.95º 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 #5BFFC0 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 192 | - |
| CMYK | 0.64 | 0 | 0.25 | 0 |
| HSL | 156.95º | 1% | 0.68% | - |
| HSV(B) | 156.95º | 0.64% | 1% | - |
| XYZ | 49.59 | 77.55 | 62.22 | - |
| YUV | 198.78 | 124.17 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 192 | 0.64 | 0 | 0.25 | 0 | 156.95 | 1 | 0.68 |
| Hex | 5B | FF | C0 | 40 | 0 | 19 | 0 | 9D | 64 | 44 |
| Octal | 133 | 377 | 300 | 100 | 0 | 31 | 0 | 235 | 144 | 104 |
| Binary | 1011011 | 11111111 | 11000000 | 1000000 | 0 | 11001 | 0 | 10011101 | 1100100 | 1000100 |
Color Harmonies of #5BFFC0
Complementary color
Monochromatic Colors of #5BFFC0
Black with #5BFFC0
Text Example
Text Example
White with #5BFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFC0; }
p { color: rgb(91,255,192); }
H1.HeaderClassName
{
color: #5BFFC0;
}
.AnyTagClassName
{
color: #5BFFC0;
}
</style>
background-color css
<style>
a { background-color: #5BFFC0; }
a { background-color: rgb(91,255,192); }
div.DivClassName
{
background-color: #5BFFC0;
}
.BgClassName
{
background-color: #5BFFC0;
}
</style>
border-color css
<style>
span { border-color: #5BFFC0; }
span { border-color: rgb(91,255,192); }
td.TdClassName
{
border-color: #5BFFC0;
}
.TagClassName
{
border-color: #5BFFC0;
}
</style>