Shades of Aquamarine #8FFBC8
Tints of Aquamarine #8FFBC8
RGB
CMYK
RGB Variations
Color information
#8FFBC8 (or 0x8FFBC8) is known color: Aquamarine. HEX triplet: 8F, FB and C8. RGB value is (143,251,200). Sum of RGB (Red+Green+Blue) = 143+251+200=594 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.07% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFBC8 is #700437. Grayscale: #D4D4D4. Windows color (decimal): -7341112 or 13171599. OLE color: 13171599.
HSL color Cylindrical-coordinate representation of color #8FFBC8: hue angle of 151.67º 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 #8FFBC8 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 251 | 200 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.02 |
| HSL | 151.67º | 0.93% | 0.77% | - |
| HSV(B) | 151.67º | 0.43% | 0.98% | - |
| XYZ | 56.25 | 79 | 66.93 | - |
| YUV | 212.89 | 120.72 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 251 | 200 | 0.43 | 0 | 0.20 | 0.02 | 151.67 | 0.93 | 0.77 |
| Hex | 8F | FB | C8 | 2B | 0 | 14 | 2 | 98 | 5D | 4D |
| Octal | 217 | 373 | 310 | 53 | 0 | 24 | 2 | 230 | 135 | 115 |
| Binary | 10001111 | 11111011 | 11001000 | 101011 | 0 | 10100 | 10 | 10011000 | 1011101 | 1001101 |
Color Harmonies of #8FFBC8
Complementary color
Monochromatic Colors of #8FFBC8
Black with #8FFBC8
Text Example
Text Example
White with #8FFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFBC8; }
p { color: rgb(143,251,200); }
H1.HeaderClassName
{
color: #8FFBC8;
}
.AnyTagClassName
{
color: #8FFBC8;
}
</style>
background-color css
<style>
a { background-color: #8FFBC8; }
a { background-color: rgb(143,251,200); }
div.DivClassName
{
background-color: #8FFBC8;
}
.BgClassName
{
background-color: #8FFBC8;
}
</style>
border-color css
<style>
span { border-color: #8FFBC8; }
span { border-color: rgb(143,251,200); }
td.TdClassName
{
border-color: #8FFBC8;
}
.TagClassName
{
border-color: #8FFBC8;
}
</style>