Shades of Aquamarine #8FEFCC
Tints of Aquamarine #8FEFCC
RGB
CMYK
RGB Variations
Color information
#8FEFCC (or 0x8FEFCC) is known color: Aquamarine. HEX triplet: 8F, EF and CC. RGB value is (143,239,204). Sum of RGB (Red+Green+Blue) = 143+239+204=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFCC is #701033. Grayscale: #CECECE. Windows color (decimal): -7344180 or 13430671. OLE color: 13430671.
HSL color Cylindrical-coordinate representation of color #8FEFCC: hue angle of 158.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 #8FEFCC is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 204 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.06 |
| HSL | 158.13º | 0.75% | 0.75% | - |
| HSV(B) | 158.13º | 0.4% | 0.94% | - |
| XYZ | 53.09 | 71.93 | 68.21 | - |
| YUV | 206.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 204 | 0.40 | 0 | 0.15 | 0.06 | 158.13 | 0.75 | 0.75 |
| Hex | 8F | EF | CC | 28 | 0 | F | 6 | 9E | 4B | 4B |
| Octal | 217 | 357 | 314 | 50 | 0 | 17 | 6 | 236 | 113 | 113 |
| Binary | 10001111 | 11101111 | 11001100 | 101000 | 0 | 1111 | 110 | 10011110 | 1001011 | 1001011 |
Color Harmonies of #8FEFCC
Complementary color
Monochromatic Colors of #8FEFCC
Black with #8FEFCC
Text Example
Text Example
White with #8FEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFCC; }
p { color: rgb(143,239,204); }
H1.HeaderClassName
{
color: #8FEFCC;
}
.AnyTagClassName
{
color: #8FEFCC;
}
</style>
background-color css
<style>
a { background-color: #8FEFCC; }
a { background-color: rgb(143,239,204); }
div.DivClassName
{
background-color: #8FEFCC;
}
.BgClassName
{
background-color: #8FEFCC;
}
</style>
border-color css
<style>
span { border-color: #8FEFCC; }
span { border-color: rgb(143,239,204); }
td.TdClassName
{
border-color: #8FEFCC;
}
.TagClassName
{
border-color: #8FEFCC;
}
</style>