Shades of Aquamarine #8FFFC0
Tints of Aquamarine #8FFFC0
RGB
CMYK
RGB Variations
Color information
#8FFFC0 (or 0x8FFFC0) is known color: Aquamarine. HEX triplet: 8F, FF and C0. RGB value is (143,255,192). Sum of RGB (Red+Green+Blue) = 143+255+192=590 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.24% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFC0 is #70003F. Grayscale: #D6D6D6. Windows color (decimal): -7340096 or 12648335. OLE color: 12648335.
HSL color Cylindrical-coordinate representation of color #8FFFC0: hue angle of 146.25º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFC0 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 192 | - |
| CMYK | 0.44 | 0 | 0.25 | 0 |
| HSL | 146.25º | 1% | 0.78% | - |
| HSV(B) | 146.25º | 0.44% | 1% | - |
| XYZ | 56.6 | 81.17 | 62.55 | - |
| YUV | 214.33 | 115.39 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 192 | 0.44 | 0 | 0.25 | 0 | 146.25 | 1 | 0.78 |
| Hex | 8F | FF | C0 | 2C | 0 | 19 | 0 | 92 | 64 | 4E |
| Octal | 217 | 377 | 300 | 54 | 0 | 31 | 0 | 222 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11000000 | 101100 | 0 | 11001 | 0 | 10010010 | 1100100 | 1001110 |
Color Harmonies of #8FFFC0
Complementary color
Monochromatic Colors of #8FFFC0
Black with #8FFFC0
Text Example
Text Example
White with #8FFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFC0; }
p { color: rgb(143,255,192); }
H1.HeaderClassName
{
color: #8FFFC0;
}
.AnyTagClassName
{
color: #8FFFC0;
}
</style>
background-color css
<style>
a { background-color: #8FFFC0; }
a { background-color: rgb(143,255,192); }
div.DivClassName
{
background-color: #8FFFC0;
}
.BgClassName
{
background-color: #8FFFC0;
}
</style>
border-color css
<style>
span { border-color: #8FFFC0; }
span { border-color: rgb(143,255,192); }
td.TdClassName
{
border-color: #8FFFC0;
}
.TagClassName
{
border-color: #8FFFC0;
}
</style>