Shades of Aquamarine #5BFDB9
Tints of Aquamarine #5BFDB9
RGB
CMYK
RGB Variations
Color information
#5BFDB9 (or 0x5BFDB9) is known color: Aquamarine. HEX triplet: 5B, FD and B9. RGB value is (91,253,185). Sum of RGB (Red+Green+Blue) = 91+253+185=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFDB9 is #A40246. Grayscale: #C4C4C4. Windows color (decimal): -10748487 or 12189019. OLE color: 12189019.
HSL color Cylindrical-coordinate representation of color #5BFDB9: hue angle of 154.81º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFDB9 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 185 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.01 |
| HSL | 154.81º | 0.98% | 0.67% | - |
| HSV(B) | 154.81º | 0.64% | 0.99% | - |
| XYZ | 48.2 | 75.98 | 58.02 | - |
| YUV | 196.81 | 121.33 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 185 | 0.64 | 0 | 0.27 | 0.01 | 154.81 | 0.98 | 0.67 |
| Hex | 5B | FD | B9 | 40 | 0 | 1B | 1 | 9B | 62 | 43 |
| Octal | 133 | 375 | 271 | 100 | 0 | 33 | 1 | 233 | 142 | 103 |
| Binary | 1011011 | 11111101 | 10111001 | 1000000 | 0 | 11011 | 1 | 10011011 | 1100010 | 1000011 |
Color Harmonies of #5BFDB9
Complementary color
Monochromatic Colors of #5BFDB9
Black with #5BFDB9
Text Example
Text Example
White with #5BFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFDB9; }
p { color: rgb(91,253,185); }
H1.HeaderClassName
{
color: #5BFDB9;
}
.AnyTagClassName
{
color: #5BFDB9;
}
</style>
background-color css
<style>
a { background-color: #5BFDB9; }
a { background-color: rgb(91,253,185); }
div.DivClassName
{
background-color: #5BFDB9;
}
.BgClassName
{
background-color: #5BFDB9;
}
</style>
border-color css
<style>
span { border-color: #5BFDB9; }
span { border-color: rgb(91,253,185); }
td.TdClassName
{
border-color: #5BFDB9;
}
.TagClassName
{
border-color: #5BFDB9;
}
</style>