Shades of Aquamarine #8FFFBE
Tints of Aquamarine #8FFFBE
RGB
CMYK
RGB Variations
Color information
#8FFFBE (or 0x8FFFBE) is known color: Aquamarine. HEX triplet: 8F, FF and BE. RGB value is (143,255,190). Sum of RGB (Red+Green+Blue) = 143+255+190=588 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.32% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFBE is #700041. Grayscale: #D6D6D6. Windows color (decimal): -7340098 or 12517263. OLE color: 12517263.
HSL color Cylindrical-coordinate representation of color #8FFFBE: hue angle of 145.18º 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 #8FFFBE is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 190 | - |
| CMYK | 0.44 | 0 | 0.25 | 0 |
| HSL | 145.18º | 1% | 0.78% | - |
| HSV(B) | 145.18º | 0.44% | 1% | - |
| XYZ | 56.38 | 81.08 | 61.39 | - |
| YUV | 214.1 | 114.39 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 190 | 0.44 | 0 | 0.25 | 0 | 145.18 | 1 | 0.78 |
| Hex | 8F | FF | BE | 2C | 0 | 19 | 0 | 91 | 64 | 4E |
| Octal | 217 | 377 | 276 | 54 | 0 | 31 | 0 | 221 | 144 | 116 |
| Binary | 10001111 | 11111111 | 10111110 | 101100 | 0 | 11001 | 0 | 10010001 | 1100100 | 1001110 |
Color Harmonies of #8FFFBE
Complementary color
Monochromatic Colors of #8FFFBE
Black with #8FFFBE
Text Example
Text Example
White with #8FFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFBE; }
p { color: rgb(143,255,190); }
H1.HeaderClassName
{
color: #8FFFBE;
}
.AnyTagClassName
{
color: #8FFFBE;
}
</style>
background-color css
<style>
a { background-color: #8FFFBE; }
a { background-color: rgb(143,255,190); }
div.DivClassName
{
background-color: #8FFFBE;
}
.BgClassName
{
background-color: #8FFFBE;
}
</style>
border-color css
<style>
span { border-color: #8FFFBE; }
span { border-color: rgb(143,255,190); }
td.TdClassName
{
border-color: #8FFFBE;
}
.TagClassName
{
border-color: #8FFFBE;
}
</style>