Shades of Aquamarine #8FF9E2
Tints of Aquamarine #8FF9E2
RGB
CMYK
RGB Variations
Color information
#8FF9E2 (or 0x8FF9E2) is known color: Aquamarine. HEX triplet: 8F, F9 and E2. RGB value is (143,249,226). Sum of RGB (Red+Green+Blue) = 143+249+226=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #8FF9E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF9E2 is #70061D. Grayscale: #D6D6D6. Windows color (decimal): -7341598 or 14875023. OLE color: 14875023.
HSL color Cylindrical-coordinate representation of color #8FF9E2: hue angle of 166.98º 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 #8FF9E2 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 249 | 226 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.02 |
| HSL | 166.98º | 0.9% | 0.77% | - |
| HSV(B) | 166.98º | 0.43% | 0.98% | - |
| XYZ | 58.93 | 79.08 | 84.11 | - |
| YUV | 214.68 | 134.38 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 249 | 226 | 0.43 | 0 | 0.09 | 0.02 | 166.98 | 0.9 | 0.77 |
| Hex | 8F | F9 | E2 | 2B | 0 | 9 | 2 | A7 | 5A | 4D |
| Octal | 217 | 371 | 342 | 53 | 0 | 11 | 2 | 247 | 132 | 115 |
| Binary | 10001111 | 11111001 | 11100010 | 101011 | 0 | 1001 | 10 | 10100111 | 1011010 | 1001101 |
Color Harmonies of #8FF9E2
Complementary color
Monochromatic Colors of #8FF9E2
Black with #8FF9E2
Text Example
Text Example
White with #8FF9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF9E2; }
p { color: rgb(143,249,226); }
H1.HeaderClassName
{
color: #8FF9E2;
}
.AnyTagClassName
{
color: #8FF9E2;
}
</style>
background-color css
<style>
a { background-color: #8FF9E2; }
a { background-color: rgb(143,249,226); }
div.DivClassName
{
background-color: #8FF9E2;
}
.BgClassName
{
background-color: #8FF9E2;
}
</style>
border-color css
<style>
span { border-color: #8FF9E2; }
span { border-color: rgb(143,249,226); }
td.TdClassName
{
border-color: #8FF9E2;
}
.TagClassName
{
border-color: #8FF9E2;
}
</style>