Shades of Aquamarine #8FFBCF
Tints of Aquamarine #8FFBCF
RGB
CMYK
RGB Variations
Color information
#8FFBCF (or 0x8FFBCF) is known color: Aquamarine. HEX triplet: 8F, FB and CF. RGB value is (143,251,207). Sum of RGB (Red+Green+Blue) = 143+251+207=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #8FFBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFBCF is #700430. Grayscale: #D5D5D5. Windows color (decimal): -7341105 or 13630351. OLE color: 13630351.
HSL color Cylindrical-coordinate representation of color #8FFBCF: hue angle of 155.56º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFBCF is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 251 | 207 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.02 |
| HSL | 155.56º | 0.93% | 0.77% | - |
| HSV(B) | 155.56º | 0.43% | 0.98% | - |
| XYZ | 57.09 | 79.34 | 71.34 | - |
| YUV | 213.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 251 | 207 | 0.43 | 0 | 0.18 | 0.02 | 155.56 | 0.93 | 0.77 |
| Hex | 8F | FB | CF | 2B | 0 | 12 | 2 | 9C | 5D | 4D |
| Octal | 217 | 373 | 317 | 53 | 0 | 22 | 2 | 234 | 135 | 115 |
| Binary | 10001111 | 11111011 | 11001111 | 101011 | 0 | 10010 | 10 | 10011100 | 1011101 | 1001101 |
Color Harmonies of #8FFBCF
Complementary color
Monochromatic Colors of #8FFBCF
Black with #8FFBCF
Text Example
Text Example
White with #8FFBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFBCF; }
p { color: rgb(143,251,207); }
H1.HeaderClassName
{
color: #8FFBCF;
}
.AnyTagClassName
{
color: #8FFBCF;
}
</style>
background-color css
<style>
a { background-color: #8FFBCF; }
a { background-color: rgb(143,251,207); }
div.DivClassName
{
background-color: #8FFBCF;
}
.BgClassName
{
background-color: #8FFBCF;
}
</style>
border-color css
<style>
span { border-color: #8FFBCF; }
span { border-color: rgb(143,251,207); }
td.TdClassName
{
border-color: #8FFBCF;
}
.TagClassName
{
border-color: #8FFBCF;
}
</style>