Shades of Aquamarine #5BFBB9
Tints of Aquamarine #5BFBB9
RGB
CMYK
RGB Variations
Color information
#5BFBB9 (or 0x5BFBB9) is known color: Aquamarine. HEX triplet: 5B, FB and B9. RGB value is (91,251,185). Sum of RGB (Red+Green+Blue) = 91+251+185=527 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.27% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFBB9 is #A40446. Grayscale: #C3C3C3. Windows color (decimal): -10748999 or 12188507. OLE color: 12188507.
HSL color Cylindrical-coordinate representation of color #5BFBB9: hue angle of 155.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFBB9 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 185 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.02 |
| HSL | 155.25º | 0.95% | 0.67% | - |
| HSV(B) | 155.25º | 0.64% | 0.98% | - |
| XYZ | 47.57 | 74.72 | 57.81 | - |
| YUV | 195.64 | 121.99 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 185 | 0.64 | 0 | 0.26 | 0.02 | 155.25 | 0.95 | 0.67 |
| Hex | 5B | FB | B9 | 40 | 0 | 1A | 2 | 9B | 5F | 43 |
| Octal | 133 | 373 | 271 | 100 | 0 | 32 | 2 | 233 | 137 | 103 |
| Binary | 1011011 | 11111011 | 10111001 | 1000000 | 0 | 11010 | 10 | 10011011 | 1011111 | 1000011 |
Color Harmonies of #5BFBB9
Complementary color
Monochromatic Colors of #5BFBB9
Black with #5BFBB9
Text Example
Text Example
White with #5BFBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBB9; }
p { color: rgb(91,251,185); }
H1.HeaderClassName
{
color: #5BFBB9;
}
.AnyTagClassName
{
color: #5BFBB9;
}
</style>
background-color css
<style>
a { background-color: #5BFBB9; }
a { background-color: rgb(91,251,185); }
div.DivClassName
{
background-color: #5BFBB9;
}
.BgClassName
{
background-color: #5BFBB9;
}
</style>
border-color css
<style>
span { border-color: #5BFBB9; }
span { border-color: rgb(91,251,185); }
td.TdClassName
{
border-color: #5BFBB9;
}
.TagClassName
{
border-color: #5BFBB9;
}
</style>