Shades of Aquamarine #8FEFD2
Tints of Aquamarine #8FEFD2
RGB
CMYK
RGB Variations
Color information
#8FEFD2 (or 0x8FEFD2) is known color: Aquamarine. HEX triplet: 8F, EF and D2. RGB value is (143,239,210). Sum of RGB (Red+Green+Blue) = 143+239+210=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFD2 is #70102D. Grayscale: #CFCFCF. Windows color (decimal): -7344174 or 13823887. OLE color: 13823887.
HSL color Cylindrical-coordinate representation of color #8FEFD2: hue angle of 161.88º 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 #8FEFD2 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 210 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.06 |
| HSL | 161.88º | 0.75% | 0.75% | - |
| HSV(B) | 161.88º | 0.4% | 0.94% | - |
| XYZ | 53.83 | 72.23 | 72.08 | - |
| YUV | 206.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 210 | 0.40 | 0 | 0.12 | 0.06 | 161.88 | 0.75 | 0.75 |
| Hex | 8F | EF | D2 | 28 | 0 | C | 6 | A2 | 4B | 4B |
| Octal | 217 | 357 | 322 | 50 | 0 | 14 | 6 | 242 | 113 | 113 |
| Binary | 10001111 | 11101111 | 11010010 | 101000 | 0 | 1100 | 110 | 10100010 | 1001011 | 1001011 |
Color Harmonies of #8FEFD2
Complementary color
Monochromatic Colors of #8FEFD2
Black with #8FEFD2
Text Example
Text Example
White with #8FEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFD2; }
p { color: rgb(143,239,210); }
H1.HeaderClassName
{
color: #8FEFD2;
}
.AnyTagClassName
{
color: #8FEFD2;
}
</style>
background-color css
<style>
a { background-color: #8FEFD2; }
a { background-color: rgb(143,239,210); }
div.DivClassName
{
background-color: #8FEFD2;
}
.BgClassName
{
background-color: #8FEFD2;
}
</style>
border-color css
<style>
span { border-color: #8FEFD2; }
span { border-color: rgb(143,239,210); }
td.TdClassName
{
border-color: #8FEFD2;
}
.TagClassName
{
border-color: #8FEFD2;
}
</style>