Shades of Aquamarine #5BFEB5
Tints of Aquamarine #5BFEB5
RGB
CMYK
RGB Variations
Color information
#5BFEB5 (or 0x5BFEB5) is known color: Aquamarine. HEX triplet: 5B, FE and B5. RGB value is (91,254,181). Sum of RGB (Red+Green+Blue) = 91+254+181=526 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.30% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFEB5 is #A4014A. Grayscale: #C5C5C5. Windows color (decimal): -10748235 or 11927131. OLE color: 11927131.
HSL color Cylindrical-coordinate representation of color #5BFEB5: hue angle of 153.13º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFEB5 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 181 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.00 |
| HSL | 153.13º | 0.99% | 0.68% | - |
| HSV(B) | 153.13º | 0.64% | 1% | - |
| XYZ | 48.1 | 76.44 | 55.94 | - |
| YUV | 196.94 | 119 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 181 | 0.64 | 0 | 0.29 | 0.00 | 153.13 | 0.99 | 0.68 |
| Hex | 5B | FE | B5 | 40 | 0 | 1D | 0 | 99 | 63 | 44 |
| Octal | 133 | 376 | 265 | 100 | 0 | 35 | 0 | 231 | 143 | 104 |
| Binary | 1011011 | 11111110 | 10110101 | 1000000 | 0 | 11101 | 0 | 10011001 | 1100011 | 1000100 |
Color Harmonies of #5BFEB5
Complementary color
Monochromatic Colors of #5BFEB5
Black with #5BFEB5
Text Example
Text Example
White with #5BFEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFEB5; }
p { color: rgb(91,254,181); }
H1.HeaderClassName
{
color: #5BFEB5;
}
.AnyTagClassName
{
color: #5BFEB5;
}
</style>
background-color css
<style>
a { background-color: #5BFEB5; }
a { background-color: rgb(91,254,181); }
div.DivClassName
{
background-color: #5BFEB5;
}
.BgClassName
{
background-color: #5BFEB5;
}
</style>
border-color css
<style>
span { border-color: #5BFEB5; }
span { border-color: rgb(91,254,181); }
td.TdClassName
{
border-color: #5BFEB5;
}
.TagClassName
{
border-color: #5BFEB5;
}
</style>