Shades of Aquamarine #8FEFD0
Tints of Aquamarine #8FEFD0
RGB
CMYK
RGB Variations
Color information
#8FEFD0 (or 0x8FEFD0) is known color: Aquamarine. HEX triplet: 8F, EF and D0. RGB value is (143,239,208). Sum of RGB (Red+Green+Blue) = 143+239+208=590 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.24% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFD0 is #70102F. Grayscale: #CECECE. Windows color (decimal): -7344176 or 13692815. OLE color: 13692815.
HSL color Cylindrical-coordinate representation of color #8FEFD0: hue angle of 160.62º degrees, saturation: 0.75, 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 #8FEFD0 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 208 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.06 |
| HSL | 160.63º | 0.75% | 0.75% | - |
| HSV(B) | 160.63º | 0.4% | 0.94% | - |
| XYZ | 53.58 | 72.13 | 70.77 | - |
| YUV | 206.76 | 128.7 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 208 | 0.40 | 0 | 0.13 | 0.06 | 160.63 | 0.75 | 0.75 |
| Hex | 8F | EF | D0 | 28 | 0 | D | 6 | A1 | 4B | 4B |
| Octal | 217 | 357 | 320 | 50 | 0 | 15 | 6 | 241 | 113 | 113 |
| Binary | 10001111 | 11101111 | 11010000 | 101000 | 0 | 1101 | 110 | 10100001 | 1001011 | 1001011 |
Color Harmonies of #8FEFD0
Complementary color
Monochromatic Colors of #8FEFD0
Black with #8FEFD0
Text Example
Text Example
White with #8FEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFD0; }
p { color: rgb(143,239,208); }
H1.HeaderClassName
{
color: #8FEFD0;
}
.AnyTagClassName
{
color: #8FEFD0;
}
</style>
background-color css
<style>
a { background-color: #8FEFD0; }
a { background-color: rgb(143,239,208); }
div.DivClassName
{
background-color: #8FEFD0;
}
.BgClassName
{
background-color: #8FEFD0;
}
</style>
border-color css
<style>
span { border-color: #8FEFD0; }
span { border-color: rgb(143,239,208); }
td.TdClassName
{
border-color: #8FEFD0;
}
.TagClassName
{
border-color: #8FEFD0;
}
</style>