Shades of Aquamarine #8CFBBB
Tints of Aquamarine #8CFBBB
RGB
CMYK
RGB Variations
Color information
#8CFBBB (or 0x8CFBBB) is known color: Aquamarine. HEX triplet: 8C, FB and BB. RGB value is (140,251,187). Sum of RGB (Red+Green+Blue) = 140+251+187=578 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.22% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBBB is #730444. Grayscale: #D2D2D2. Windows color (decimal): -7537733 or 12319628. OLE color: 12319628.
HSL color Cylindrical-coordinate representation of color #8CFBBB: hue angle of 145.41º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBBB is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 187 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.02 |
| HSL | 145.41º | 0.93% | 0.77% | - |
| HSV(B) | 145.41º | 0.44% | 0.98% | - |
| XYZ | 54.28 | 78.16 | 59.24 | - |
| YUV | 210.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 187 | 0.44 | 0 | 0.25 | 0.02 | 145.41 | 0.93 | 0.77 |
| Hex | 8C | FB | BB | 2C | 0 | 19 | 2 | 91 | 5D | 4D |
| Octal | 214 | 373 | 273 | 54 | 0 | 31 | 2 | 221 | 135 | 115 |
| Binary | 10001100 | 11111011 | 10111011 | 101100 | 0 | 11001 | 10 | 10010001 | 1011101 | 1001101 |
Color Harmonies of #8CFBBB
Complementary color
Monochromatic Colors of #8CFBBB
Black with #8CFBBB
Text Example
Text Example
White with #8CFBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBBB; }
p { color: rgb(140,251,187); }
H1.HeaderClassName
{
color: #8CFBBB;
}
.AnyTagClassName
{
color: #8CFBBB;
}
</style>
background-color css
<style>
a { background-color: #8CFBBB; }
a { background-color: rgb(140,251,187); }
div.DivClassName
{
background-color: #8CFBBB;
}
.BgClassName
{
background-color: #8CFBBB;
}
</style>
border-color css
<style>
span { border-color: #8CFBBB; }
span { border-color: rgb(140,251,187); }
td.TdClassName
{
border-color: #8CFBBB;
}
.TagClassName
{
border-color: #8CFBBB;
}
</style>