Shades of Aquamarine #8FFFBB
Tints of Aquamarine #8FFFBB
RGB
CMYK
RGB Variations
Color information
#8FFFBB (or 0x8FFFBB) is known color: Aquamarine. HEX triplet: 8F, FF and BB. RGB value is (143,255,187). Sum of RGB (Red+Green+Blue) = 143+255+187=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFBB is #700044. Grayscale: #D5D5D5. Windows color (decimal): -7340101 or 12320655. OLE color: 12320655.
HSL color Cylindrical-coordinate representation of color #8FFFBB: hue angle of 143.57º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFBB is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 187 | - |
| CMYK | 0.44 | 0 | 0.27 | 0 |
| HSL | 143.57º | 1% | 0.78% | - |
| HSV(B) | 143.57º | 0.44% | 1% | - |
| XYZ | 56.06 | 80.95 | 59.68 | - |
| YUV | 213.76 | 112.89 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 187 | 0.44 | 0 | 0.27 | 0 | 143.57 | 1 | 0.78 |
| Hex | 8F | FF | BB | 2C | 0 | 1B | 0 | 90 | 64 | 4E |
| Octal | 217 | 377 | 273 | 54 | 0 | 33 | 0 | 220 | 144 | 116 |
| Binary | 10001111 | 11111111 | 10111011 | 101100 | 0 | 11011 | 0 | 10010000 | 1100100 | 1001110 |
Color Harmonies of #8FFFBB
Complementary color
Monochromatic Colors of #8FFFBB
Black with #8FFFBB
Text Example
Text Example
White with #8FFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFBB; }
p { color: rgb(143,255,187); }
H1.HeaderClassName
{
color: #8FFFBB;
}
.AnyTagClassName
{
color: #8FFFBB;
}
</style>
background-color css
<style>
a { background-color: #8FFFBB; }
a { background-color: rgb(143,255,187); }
div.DivClassName
{
background-color: #8FFFBB;
}
.BgClassName
{
background-color: #8FFFBB;
}
</style>
border-color css
<style>
span { border-color: #8FFFBB; }
span { border-color: rgb(143,255,187); }
td.TdClassName
{
border-color: #8FFFBB;
}
.TagClassName
{
border-color: #8FFFBB;
}
</style>