Shades of Aquamarine #8CFFB6
Tints of Aquamarine #8CFFB6
RGB
CMYK
RGB Variations
Color information
#8CFFB6 (or 0x8CFFB6) is known color: Aquamarine. HEX triplet: 8C, FF and B6. RGB value is (140,255,182). Sum of RGB (Red+Green+Blue) = 140+255+182=577 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.26% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFB6 is #730049. Grayscale: #D4D4D4. Windows color (decimal): -7536714 or 11992972. OLE color: 11992972.
HSL color Cylindrical-coordinate representation of color #8CFFB6: hue angle of 141.91º 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 #8CFFB6 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 182 | - |
| CMYK | 0.45 | 0 | 0.29 | 0 |
| HSL | 141.91º | 1% | 0.77% | - |
| HSV(B) | 141.91º | 0.45% | 1% | - |
| XYZ | 55.02 | 80.47 | 56.89 | - |
| YUV | 212.29 | 110.9 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 182 | 0.45 | 0 | 0.29 | 0 | 141.91 | 1 | 0.77 |
| Hex | 8C | FF | B6 | 2D | 0 | 1D | 0 | 8E | 64 | 4D |
| Octal | 214 | 377 | 266 | 55 | 0 | 35 | 0 | 216 | 144 | 115 |
| Binary | 10001100 | 11111111 | 10110110 | 101101 | 0 | 11101 | 0 | 10001110 | 1100100 | 1001101 |
Color Harmonies of #8CFFB6
Complementary color
Monochromatic Colors of #8CFFB6
Black with #8CFFB6
Text Example
Text Example
White with #8CFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFB6; }
p { color: rgb(140,255,182); }
H1.HeaderClassName
{
color: #8CFFB6;
}
.AnyTagClassName
{
color: #8CFFB6;
}
</style>
background-color css
<style>
a { background-color: #8CFFB6; }
a { background-color: rgb(140,255,182); }
div.DivClassName
{
background-color: #8CFFB6;
}
.BgClassName
{
background-color: #8CFFB6;
}
</style>
border-color css
<style>
span { border-color: #8CFFB6; }
span { border-color: rgb(140,255,182); }
td.TdClassName
{
border-color: #8CFFB6;
}
.TagClassName
{
border-color: #8CFFB6;
}
</style>