Shades of Aquamarine #8FEFE0
Tints of Aquamarine #8FEFE0
RGB
CMYK
RGB Variations
Color information
#8FEFE0 (or 0x8FEFE0) is known color: Aquamarine. HEX triplet: 8F, EF and E0. RGB value is (143,239,224). Sum of RGB (Red+Green+Blue) = 143+239+224=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFE0 is #70101F. Grayscale: #D0D0D0. Windows color (decimal): -7344160 or 14741391. OLE color: 14741391.
HSL color Cylindrical-coordinate representation of color #8FEFE0: hue angle of 170.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 #8FEFE0 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 224 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.06 |
| HSL | 170.63º | 0.75% | 0.75% | - |
| HSV(B) | 170.63º | 0.4% | 0.94% | - |
| XYZ | 55.65 | 72.95 | 81.67 | - |
| YUV | 208.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 224 | 0.40 | 0 | 0.06 | 0.06 | 170.63 | 0.75 | 0.75 |
| Hex | 8F | EF | E0 | 28 | 0 | 6 | 6 | AB | 4B | 4B |
| Octal | 217 | 357 | 340 | 50 | 0 | 6 | 6 | 253 | 113 | 113 |
| Binary | 10001111 | 11101111 | 11100000 | 101000 | 0 | 110 | 110 | 10101011 | 1001011 | 1001011 |
Color Harmonies of #8FEFE0
Complementary color
Monochromatic Colors of #8FEFE0
Black with #8FEFE0
Text Example
Text Example
White with #8FEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFE0; }
p { color: rgb(143,239,224); }
H1.HeaderClassName
{
color: #8FEFE0;
}
.AnyTagClassName
{
color: #8FEFE0;
}
</style>
background-color css
<style>
a { background-color: #8FEFE0; }
a { background-color: rgb(143,239,224); }
div.DivClassName
{
background-color: #8FEFE0;
}
.BgClassName
{
background-color: #8FEFE0;
}
</style>
border-color css
<style>
span { border-color: #8FEFE0; }
span { border-color: rgb(143,239,224); }
td.TdClassName
{
border-color: #8FEFE0;
}
.TagClassName
{
border-color: #8FEFE0;
}
</style>