Shades of Aquamarine #8FF0DF
Tints of Aquamarine #8FF0DF
RGB
CMYK
RGB Variations
Color information
#8FF0DF (or 0x8FF0DF) is known color: Aquamarine. HEX triplet: 8F, F0 and DF. RGB value is (143,240,223). Sum of RGB (Red+Green+Blue) = 143+240+223=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF0DF is #700F20. Grayscale: #D1D1D1. Windows color (decimal): -7343905 or 14676111. OLE color: 14676111.
HSL color Cylindrical-coordinate representation of color #8FF0DF: hue angle of 169.48º 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 #8FF0DF is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 223 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.06 |
| HSL | 169.48º | 0.76% | 0.75% | - |
| HSV(B) | 169.48º | 0.4% | 0.94% | - |
| XYZ | 55.81 | 73.49 | 81.06 | - |
| YUV | 209.06 | 135.86 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 223 | 0.40 | 0 | 0.07 | 0.06 | 169.48 | 0.76 | 0.75 |
| Hex | 8F | F0 | DF | 28 | 0 | 7 | 6 | A9 | 4C | 4B |
| Octal | 217 | 360 | 337 | 50 | 0 | 7 | 6 | 251 | 114 | 113 |
| Binary | 10001111 | 11110000 | 11011111 | 101000 | 0 | 111 | 110 | 10101001 | 1001100 | 1001011 |
Color Harmonies of #8FF0DF
Complementary color
Monochromatic Colors of #8FF0DF
Black with #8FF0DF
Text Example
Text Example
White with #8FF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0DF; }
p { color: rgb(143,240,223); }
H1.HeaderClassName
{
color: #8FF0DF;
}
.AnyTagClassName
{
color: #8FF0DF;
}
</style>
background-color css
<style>
a { background-color: #8FF0DF; }
a { background-color: rgb(143,240,223); }
div.DivClassName
{
background-color: #8FF0DF;
}
.BgClassName
{
background-color: #8FF0DF;
}
</style>
border-color css
<style>
span { border-color: #8FF0DF; }
span { border-color: rgb(143,240,223); }
td.TdClassName
{
border-color: #8FF0DF;
}
.TagClassName
{
border-color: #8FF0DF;
}
</style>