Shades of Aquamarine #8FFFCF
Tints of Aquamarine #8FFFCF
RGB
CMYK
RGB Variations
Color information
#8FFFCF (or 0x8FFFCF) is known color: Aquamarine. HEX triplet: 8F, FF and CF. RGB value is (143,255,207). Sum of RGB (Red+Green+Blue) = 143+255+207=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFCF is #700030. Grayscale: #D8D8D8. Windows color (decimal): -7340081 or 13631375. OLE color: 13631375.
HSL color Cylindrical-coordinate representation of color #8FFFCF: hue angle of 154.29º 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 #8FFFCF is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 207 | - |
| CMYK | 0.44 | 0 | 0.19 | 0 |
| HSL | 154.29º | 1% | 0.78% | - |
| HSV(B) | 154.29º | 0.44% | 1% | - |
| XYZ | 58.35 | 81.86 | 71.76 | - |
| YUV | 216.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 207 | 0.44 | 0 | 0.19 | 0 | 154.29 | 1 | 0.78 |
| Hex | 8F | FF | CF | 2C | 0 | 13 | 0 | 9A | 64 | 4E |
| Octal | 217 | 377 | 317 | 54 | 0 | 23 | 0 | 232 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11001111 | 101100 | 0 | 10011 | 0 | 10011010 | 1100100 | 1001110 |
Color Harmonies of #8FFFCF
Complementary color
Monochromatic Colors of #8FFFCF
Black with #8FFFCF
Text Example
Text Example
White with #8FFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFCF; }
p { color: rgb(143,255,207); }
H1.HeaderClassName
{
color: #8FFFCF;
}
.AnyTagClassName
{
color: #8FFFCF;
}
</style>
background-color css
<style>
a { background-color: #8FFFCF; }
a { background-color: rgb(143,255,207); }
div.DivClassName
{
background-color: #8FFFCF;
}
.BgClassName
{
background-color: #8FFFCF;
}
</style>
border-color css
<style>
span { border-color: #8FFFCF; }
span { border-color: rgb(143,255,207); }
td.TdClassName
{
border-color: #8FFFCF;
}
.TagClassName
{
border-color: #8FFFCF;
}
</style>