Shades of Aquamarine #8FF9DF
Tints of Aquamarine #8FF9DF
RGB
CMYK
RGB Variations
Color information
#8FF9DF (or 0x8FF9DF) is known color: Aquamarine. HEX triplet: 8F, F9 and DF. RGB value is (143,249,223). Sum of RGB (Red+Green+Blue) = 143+249+223=615 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.25% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #8FF9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF9DF is #700620. Grayscale: #D6D6D6. Windows color (decimal): -7341601 or 14678415. OLE color: 14678415.
HSL color Cylindrical-coordinate representation of color #8FF9DF: hue angle of 165.28º 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 #8FF9DF is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 249 | 223 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.02 |
| HSL | 165.28º | 0.9% | 0.77% | - |
| HSV(B) | 165.28º | 0.43% | 0.98% | - |
| XYZ | 58.52 | 78.92 | 81.96 | - |
| YUV | 214.34 | 132.88 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 249 | 223 | 0.43 | 0 | 0.10 | 0.02 | 165.28 | 0.9 | 0.77 |
| Hex | 8F | F9 | DF | 2B | 0 | A | 2 | A5 | 5A | 4D |
| Octal | 217 | 371 | 337 | 53 | 0 | 12 | 2 | 245 | 132 | 115 |
| Binary | 10001111 | 11111001 | 11011111 | 101011 | 0 | 1010 | 10 | 10100101 | 1011010 | 1001101 |
Color Harmonies of #8FF9DF
Complementary color
Monochromatic Colors of #8FF9DF
Black with #8FF9DF
Text Example
Text Example
White with #8FF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF9DF; }
p { color: rgb(143,249,223); }
H1.HeaderClassName
{
color: #8FF9DF;
}
.AnyTagClassName
{
color: #8FF9DF;
}
</style>
background-color css
<style>
a { background-color: #8FF9DF; }
a { background-color: rgb(143,249,223); }
div.DivClassName
{
background-color: #8FF9DF;
}
.BgClassName
{
background-color: #8FF9DF;
}
</style>
border-color css
<style>
span { border-color: #8FF9DF; }
span { border-color: rgb(143,249,223); }
td.TdClassName
{
border-color: #8FF9DF;
}
.TagClassName
{
border-color: #8FF9DF;
}
</style>