Shades of Aquamarine #8CFFB8
Tints of Aquamarine #8CFFB8
RGB
CMYK
RGB Variations
Color information
#8CFFB8 (or 0x8CFFB8) is known color: Aquamarine. HEX triplet: 8C, FF and B8. RGB value is (140,255,184). Sum of RGB (Red+Green+Blue) = 140+255+184=579 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.18% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFB8 is #730047. Grayscale: #D4D4D4. Windows color (decimal): -7536712 or 12124044. OLE color: 12124044.
HSL color Cylindrical-coordinate representation of color #8CFFB8: hue angle of 142.96º 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 #8CFFB8 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 184 | - |
| CMYK | 0.45 | 0 | 0.28 | 0 |
| HSL | 142.96º | 1% | 0.77% | - |
| HSV(B) | 142.96º | 0.45% | 1% | - |
| XYZ | 55.23 | 80.56 | 57.99 | - |
| YUV | 212.52 | 111.9 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 184 | 0.45 | 0 | 0.28 | 0 | 142.96 | 1 | 0.77 |
| Hex | 8C | FF | B8 | 2D | 0 | 1C | 0 | 8F | 64 | 4D |
| Octal | 214 | 377 | 270 | 55 | 0 | 34 | 0 | 217 | 144 | 115 |
| Binary | 10001100 | 11111111 | 10111000 | 101101 | 0 | 11100 | 0 | 10001111 | 1100100 | 1001101 |
Color Harmonies of #8CFFB8
Complementary color
Monochromatic Colors of #8CFFB8
Black with #8CFFB8
Text Example
Text Example
White with #8CFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFB8; }
p { color: rgb(140,255,184); }
H1.HeaderClassName
{
color: #8CFFB8;
}
.AnyTagClassName
{
color: #8CFFB8;
}
</style>
background-color css
<style>
a { background-color: #8CFFB8; }
a { background-color: rgb(140,255,184); }
div.DivClassName
{
background-color: #8CFFB8;
}
.BgClassName
{
background-color: #8CFFB8;
}
</style>
border-color css
<style>
span { border-color: #8CFFB8; }
span { border-color: rgb(140,255,184); }
td.TdClassName
{
border-color: #8CFFB8;
}
.TagClassName
{
border-color: #8CFFB8;
}
</style>