Shades of Aquamarine #8FF9CE
Tints of Aquamarine #8FF9CE
RGB
CMYK
RGB Variations
Color information
#8FF9CE (or 0x8FF9CE) is known color: Aquamarine. HEX triplet: 8F, F9 and CE. RGB value is (143,249,206). Sum of RGB (Red+Green+Blue) = 143+249+206=598 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.91% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #8FF9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF9CE is #700631. Grayscale: #D4D4D4. Windows color (decimal): -7341618 or 13564303. OLE color: 13564303.
HSL color Cylindrical-coordinate representation of color #8FF9CE: hue angle of 155.66º degrees, saturation: 0.9, 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 #8FF9CE is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 249 | 206 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.02 |
| HSL | 155.66º | 0.9% | 0.77% | - |
| HSV(B) | 155.66º | 0.43% | 0.98% | - |
| XYZ | 56.34 | 78.05 | 70.49 | - |
| YUV | 212.4 | 124.38 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 249 | 206 | 0.43 | 0 | 0.17 | 0.02 | 155.66 | 0.9 | 0.77 |
| Hex | 8F | F9 | CE | 2B | 0 | 11 | 2 | 9C | 5A | 4D |
| Octal | 217 | 371 | 316 | 53 | 0 | 21 | 2 | 234 | 132 | 115 |
| Binary | 10001111 | 11111001 | 11001110 | 101011 | 0 | 10001 | 10 | 10011100 | 1011010 | 1001101 |
Color Harmonies of #8FF9CE
Complementary color
Monochromatic Colors of #8FF9CE
Black with #8FF9CE
Text Example
Text Example
White with #8FF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF9CE; }
p { color: rgb(143,249,206); }
H1.HeaderClassName
{
color: #8FF9CE;
}
.AnyTagClassName
{
color: #8FF9CE;
}
</style>
background-color css
<style>
a { background-color: #8FF9CE; }
a { background-color: rgb(143,249,206); }
div.DivClassName
{
background-color: #8FF9CE;
}
.BgClassName
{
background-color: #8FF9CE;
}
</style>
border-color css
<style>
span { border-color: #8FF9CE; }
span { border-color: rgb(143,249,206); }
td.TdClassName
{
border-color: #8FF9CE;
}
.TagClassName
{
border-color: #8FF9CE;
}
</style>