Shades of Aquamarine #8FEFC6
Tints of Aquamarine #8FEFC6
RGB
CMYK
RGB Variations
Color information
#8FEFC6 (or 0x8FEFC6) is known color: Aquamarine. HEX triplet: 8F, EF and C6. RGB value is (143,239,198). Sum of RGB (Red+Green+Blue) = 143+239+198=580 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.66% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFC6 is #701039. Grayscale: #CDCDCD. Windows color (decimal): -7344186 or 13037455. OLE color: 13037455.
HSL color Cylindrical-coordinate representation of color #8FEFC6: hue angle of 154.38º 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 #8FEFC6 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 198 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.06 |
| HSL | 154.38º | 0.75% | 0.75% | - |
| HSV(B) | 154.38º | 0.4% | 0.94% | - |
| XYZ | 52.39 | 71.65 | 64.49 | - |
| YUV | 205.62 | 123.7 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 198 | 0.40 | 0 | 0.17 | 0.06 | 154.38 | 0.75 | 0.75 |
| Hex | 8F | EF | C6 | 28 | 0 | 11 | 6 | 9A | 4B | 4B |
| Octal | 217 | 357 | 306 | 50 | 0 | 21 | 6 | 232 | 113 | 113 |
| Binary | 10001111 | 11101111 | 11000110 | 101000 | 0 | 10001 | 110 | 10011010 | 1001011 | 1001011 |
Color Harmonies of #8FEFC6
Complementary color
Monochromatic Colors of #8FEFC6
Black with #8FEFC6
Text Example
Text Example
White with #8FEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFC6; }
p { color: rgb(143,239,198); }
H1.HeaderClassName
{
color: #8FEFC6;
}
.AnyTagClassName
{
color: #8FEFC6;
}
</style>
background-color css
<style>
a { background-color: #8FEFC6; }
a { background-color: rgb(143,239,198); }
div.DivClassName
{
background-color: #8FEFC6;
}
.BgClassName
{
background-color: #8FEFC6;
}
</style>
border-color css
<style>
span { border-color: #8FEFC6; }
span { border-color: rgb(143,239,198); }
td.TdClassName
{
border-color: #8FEFC6;
}
.TagClassName
{
border-color: #8FEFC6;
}
</style>