Shades of Aquamarine #8FF7E6
Tints of Aquamarine #8FF7E6
RGB
CMYK
RGB Variations
Color information
#8FF7E6 (or 0x8FF7E6) is known color: Aquamarine. HEX triplet: 8F, F7 and E6. RGB value is (143,247,230). Sum of RGB (Red+Green+Blue) = 143+247+230=620 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.06% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 247 - color contains mainly: green. Hex color #8FF7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF7E6 is #700819. Grayscale: #D5D5D5. Windows color (decimal): -7342106 or 15136655. OLE color: 15136655.
HSL color Cylindrical-coordinate representation of color #8FF7E6: hue angle of 170.19º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF7E6 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 247 | 230 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.03 |
| HSL | 170.19º | 0.87% | 0.76% | - |
| HSV(B) | 170.19º | 0.42% | 0.97% | - |
| XYZ | 58.87 | 78.07 | 86.83 | - |
| YUV | 213.97 | 137.04 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 247 | 230 | 0.42 | 0 | 0.07 | 0.03 | 170.19 | 0.87 | 0.76 |
| Hex | 8F | F7 | E6 | 2A | 0 | 7 | 3 | AA | 57 | 4C |
| Octal | 217 | 367 | 346 | 52 | 0 | 7 | 3 | 252 | 127 | 114 |
| Binary | 10001111 | 11110111 | 11100110 | 101010 | 0 | 111 | 11 | 10101010 | 1010111 | 1001100 |
Color Harmonies of #8FF7E6
Complementary color
Monochromatic Colors of #8FF7E6
Black with #8FF7E6
Text Example
Text Example
White with #8FF7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF7E6; }
p { color: rgb(143,247,230); }
H1.HeaderClassName
{
color: #8FF7E6;
}
.AnyTagClassName
{
color: #8FF7E6;
}
</style>
background-color css
<style>
a { background-color: #8FF7E6; }
a { background-color: rgb(143,247,230); }
div.DivClassName
{
background-color: #8FF7E6;
}
.BgClassName
{
background-color: #8FF7E6;
}
</style>
border-color css
<style>
span { border-color: #8FF7E6; }
span { border-color: rgb(143,247,230); }
td.TdClassName
{
border-color: #8FF7E6;
}
.TagClassName
{
border-color: #8FF7E6;
}
</style>