Shades of Aquamarine #8CFFBF
Tints of Aquamarine #8CFFBF
RGB
CMYK
RGB Variations
Color information
#8CFFBF (or 0x8CFFBF) is known color: Aquamarine. HEX triplet: 8C, FF and BF. RGB value is (140,255,191). Sum of RGB (Red+Green+Blue) = 140+255+191=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFBF is #730040. Grayscale: #D5D5D5. Windows color (decimal): -7536705 or 12582796. OLE color: 12582796.
HSL color Cylindrical-coordinate representation of color #8CFFBF: hue angle of 146.61º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFBF is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 191 | - |
| CMYK | 0.45 | 0 | 0.25 | 0 |
| HSL | 146.61º | 1% | 0.77% | - |
| HSV(B) | 146.61º | 0.45% | 1% | - |
| XYZ | 55.98 | 80.86 | 61.95 | - |
| YUV | 213.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 191 | 0.45 | 0 | 0.25 | 0 | 146.61 | 1 | 0.77 |
| Hex | 8C | FF | BF | 2D | 0 | 19 | 0 | 93 | 64 | 4D |
| Octal | 214 | 377 | 277 | 55 | 0 | 31 | 0 | 223 | 144 | 115 |
| Binary | 10001100 | 11111111 | 10111111 | 101101 | 0 | 11001 | 0 | 10010011 | 1100100 | 1001101 |
Color Harmonies of #8CFFBF
Complementary color
Monochromatic Colors of #8CFFBF
Black with #8CFFBF
Text Example
Text Example
White with #8CFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFBF; }
p { color: rgb(140,255,191); }
H1.HeaderClassName
{
color: #8CFFBF;
}
.AnyTagClassName
{
color: #8CFFBF;
}
</style>
background-color css
<style>
a { background-color: #8CFFBF; }
a { background-color: rgb(140,255,191); }
div.DivClassName
{
background-color: #8CFFBF;
}
.BgClassName
{
background-color: #8CFFBF;
}
</style>
border-color css
<style>
span { border-color: #8CFFBF; }
span { border-color: rgb(140,255,191); }
td.TdClassName
{
border-color: #8CFFBF;
}
.TagClassName
{
border-color: #8CFFBF;
}
</style>