Shades of Aquamarine #8FF0E2
Tints of Aquamarine #8FF0E2
RGB
CMYK
RGB Variations
Color information
#8FF0E2 (or 0x8FF0E2) is known color: Aquamarine. HEX triplet: 8F, F0 and E2. RGB value is (143,240,226). Sum of RGB (Red+Green+Blue) = 143+240+226=609 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.48% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF0E2 is #700F1D. Grayscale: #D1D1D1. Windows color (decimal): -7343902 or 14872719. OLE color: 14872719.
HSL color Cylindrical-coordinate representation of color #8FF0E2: hue angle of 171.34º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FF0E2 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 226 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.06 |
| HSL | 171.34º | 0.76% | 0.75% | - |
| HSV(B) | 171.34º | 0.4% | 0.94% | - |
| XYZ | 56.22 | 73.65 | 83.2 | - |
| YUV | 209.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 226 | 0.40 | 0 | 0.06 | 0.06 | 171.34 | 0.76 | 0.75 |
| Hex | 8F | F0 | E2 | 28 | 0 | 6 | 6 | AB | 4C | 4B |
| Octal | 217 | 360 | 342 | 50 | 0 | 6 | 6 | 253 | 114 | 113 |
| Binary | 10001111 | 11110000 | 11100010 | 101000 | 0 | 110 | 110 | 10101011 | 1001100 | 1001011 |
Color Harmonies of #8FF0E2
Complementary color
Monochromatic Colors of #8FF0E2
Black with #8FF0E2
Text Example
Text Example
White with #8FF0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0E2; }
p { color: rgb(143,240,226); }
H1.HeaderClassName
{
color: #8FF0E2;
}
.AnyTagClassName
{
color: #8FF0E2;
}
</style>
background-color css
<style>
a { background-color: #8FF0E2; }
a { background-color: rgb(143,240,226); }
div.DivClassName
{
background-color: #8FF0E2;
}
.BgClassName
{
background-color: #8FF0E2;
}
</style>
border-color css
<style>
span { border-color: #8FF0E2; }
span { border-color: rgb(143,240,226); }
td.TdClassName
{
border-color: #8FF0E2;
}
.TagClassName
{
border-color: #8FF0E2;
}
</style>