Shades of Aquamarine #8FEFD4
Tints of Aquamarine #8FEFD4
RGB
CMYK
RGB Variations
Color information
#8FEFD4 (or 0x8FEFD4) is known color: Aquamarine. HEX triplet: 8F, EF and D4. RGB value is (143,239,212). Sum of RGB (Red+Green+Blue) = 143+239+212=594 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.07% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFD4 is #70102B. Grayscale: #CFCFCF. Windows color (decimal): -7344172 or 13954959. OLE color: 13954959.
HSL color Cylindrical-coordinate representation of color #8FEFD4: hue angle of 163.12º 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 #8FEFD4 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 212 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.06 |
| HSL | 163.13º | 0.75% | 0.75% | - |
| HSV(B) | 163.13º | 0.4% | 0.94% | - |
| XYZ | 54.08 | 72.33 | 73.4 | - |
| YUV | 207.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 212 | 0.40 | 0 | 0.11 | 0.06 | 163.13 | 0.75 | 0.75 |
| Hex | 8F | EF | D4 | 28 | 0 | B | 6 | A3 | 4B | 4B |
| Octal | 217 | 357 | 324 | 50 | 0 | 13 | 6 | 243 | 113 | 113 |
| Binary | 10001111 | 11101111 | 11010100 | 101000 | 0 | 1011 | 110 | 10100011 | 1001011 | 1001011 |
Color Harmonies of #8FEFD4
Complementary color
Monochromatic Colors of #8FEFD4
Black with #8FEFD4
Text Example
Text Example
White with #8FEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFD4; }
p { color: rgb(143,239,212); }
H1.HeaderClassName
{
color: #8FEFD4;
}
.AnyTagClassName
{
color: #8FEFD4;
}
</style>
background-color css
<style>
a { background-color: #8FEFD4; }
a { background-color: rgb(143,239,212); }
div.DivClassName
{
background-color: #8FEFD4;
}
.BgClassName
{
background-color: #8FEFD4;
}
</style>
border-color css
<style>
span { border-color: #8FEFD4; }
span { border-color: rgb(143,239,212); }
td.TdClassName
{
border-color: #8FEFD4;
}
.TagClassName
{
border-color: #8FEFD4;
}
</style>