Shades of Aquamarine #8FF0CF
Tints of Aquamarine #8FF0CF
RGB
CMYK
RGB Variations
Color information
#8FF0CF (or 0x8FF0CF) is known color: Aquamarine. HEX triplet: 8F, F0 and CF. RGB value is (143,240,207). Sum of RGB (Red+Green+Blue) = 143+240+207=590 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.24% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF0CF is #700F30. Grayscale: #CFCFCF. Windows color (decimal): -7343921 or 13627535. OLE color: 13627535.
HSL color Cylindrical-coordinate representation of color #8FF0CF: hue angle of 159.59º degrees, saturation: 0.76, 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 #8FF0CF is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 207 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.06 |
| HSL | 159.59º | 0.76% | 0.75% | - |
| HSV(B) | 159.59º | 0.4% | 0.94% | - |
| XYZ | 53.75 | 72.66 | 70.22 | - |
| YUV | 207.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 207 | 0.40 | 0 | 0.14 | 0.06 | 159.59 | 0.76 | 0.75 |
| Hex | 8F | F0 | CF | 28 | 0 | E | 6 | A0 | 4C | 4B |
| Octal | 217 | 360 | 317 | 50 | 0 | 16 | 6 | 240 | 114 | 113 |
| Binary | 10001111 | 11110000 | 11001111 | 101000 | 0 | 1110 | 110 | 10100000 | 1001100 | 1001011 |
Color Harmonies of #8FF0CF
Complementary color
Monochromatic Colors of #8FF0CF
Black with #8FF0CF
Text Example
Text Example
White with #8FF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0CF; }
p { color: rgb(143,240,207); }
H1.HeaderClassName
{
color: #8FF0CF;
}
.AnyTagClassName
{
color: #8FF0CF;
}
</style>
background-color css
<style>
a { background-color: #8FF0CF; }
a { background-color: rgb(143,240,207); }
div.DivClassName
{
background-color: #8FF0CF;
}
.BgClassName
{
background-color: #8FF0CF;
}
</style>
border-color css
<style>
span { border-color: #8FF0CF; }
span { border-color: rgb(143,240,207); }
td.TdClassName
{
border-color: #8FF0CF;
}
.TagClassName
{
border-color: #8FF0CF;
}
</style>