Shades of Aquamarine #8FFBBA
Tints of Aquamarine #8FFBBA
RGB
CMYK
RGB Variations
Color information
#8FFBBA (or 0x8FFBBA) is known color: Aquamarine. HEX triplet: 8F, FB and BA. RGB value is (143,251,186). Sum of RGB (Red+Green+Blue) = 143+251+186=580 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.66% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFBBA is #700445. Grayscale: #D3D3D3. Windows color (decimal): -7341126 or 12254095. OLE color: 12254095.
HSL color Cylindrical-coordinate representation of color #8FFBBA: hue angle of 143.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFBBA is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 251 | 186 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.02 |
| HSL | 143.89º | 0.93% | 0.77% | - |
| HSV(B) | 143.89º | 0.43% | 0.98% | - |
| XYZ | 54.69 | 78.38 | 58.7 | - |
| YUV | 211.3 | 113.72 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 251 | 186 | 0.43 | 0 | 0.26 | 0.02 | 143.89 | 0.93 | 0.77 |
| Hex | 8F | FB | BA | 2B | 0 | 1A | 2 | 90 | 5D | 4D |
| Octal | 217 | 373 | 272 | 53 | 0 | 32 | 2 | 220 | 135 | 115 |
| Binary | 10001111 | 11111011 | 10111010 | 101011 | 0 | 11010 | 10 | 10010000 | 1011101 | 1001101 |
Color Harmonies of #8FFBBA
Complementary color
Monochromatic Colors of #8FFBBA
Black with #8FFBBA
Text Example
Text Example
White with #8FFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFBBA; }
p { color: rgb(143,251,186); }
H1.HeaderClassName
{
color: #8FFBBA;
}
.AnyTagClassName
{
color: #8FFBBA;
}
</style>
background-color css
<style>
a { background-color: #8FFBBA; }
a { background-color: rgb(143,251,186); }
div.DivClassName
{
background-color: #8FFBBA;
}
.BgClassName
{
background-color: #8FFBBA;
}
</style>
border-color css
<style>
span { border-color: #8FFBBA; }
span { border-color: rgb(143,251,186); }
td.TdClassName
{
border-color: #8FFBBA;
}
.TagClassName
{
border-color: #8FFBBA;
}
</style>