Shades of Aquamarine #5BF8BD
Tints of Aquamarine #5BF8BD
RGB
CMYK
RGB Variations
Color information
#5BF8BD (or 0x5BF8BD) is known color: Aquamarine. HEX triplet: 5B, F8 and BD. RGB value is (91,248,189). Sum of RGB (Red+Green+Blue) = 91+248+189=528 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.23% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #5BF8BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF8BD is #A40742. Grayscale: #C2C2C2. Windows color (decimal): -10749763 or 12449883. OLE color: 12449883.
HSL color Cylindrical-coordinate representation of color #5BF8BD: hue angle of 157.45º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF8BD is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 248 | 189 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.03 |
| HSL | 157.45º | 0.92% | 0.66% | - |
| HSV(B) | 157.45º | 0.63% | 0.97% | - |
| XYZ | 47.07 | 73.03 | 59.76 | - |
| YUV | 194.33 | 124.99 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 248 | 189 | 0.63 | 0 | 0.24 | 0.03 | 157.45 | 0.92 | 0.66 |
| Hex | 5B | F8 | BD | 3F | 0 | 18 | 3 | 9D | 5C | 42 |
| Octal | 133 | 370 | 275 | 77 | 0 | 30 | 3 | 235 | 134 | 102 |
| Binary | 1011011 | 11111000 | 10111101 | 111111 | 0 | 11000 | 11 | 10011101 | 1011100 | 1000010 |
Color Harmonies of #5BF8BD
Complementary color
Monochromatic Colors of #5BF8BD
Black with #5BF8BD
Text Example
Text Example
White with #5BF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF8BD; }
p { color: rgb(91,248,189); }
H1.HeaderClassName
{
color: #5BF8BD;
}
.AnyTagClassName
{
color: #5BF8BD;
}
</style>
background-color css
<style>
a { background-color: #5BF8BD; }
a { background-color: rgb(91,248,189); }
div.DivClassName
{
background-color: #5BF8BD;
}
.BgClassName
{
background-color: #5BF8BD;
}
</style>
border-color css
<style>
span { border-color: #5BF8BD; }
span { border-color: rgb(91,248,189); }
td.TdClassName
{
border-color: #5BF8BD;
}
.TagClassName
{
border-color: #5BF8BD;
}
</style>