Shades of Aquamarine #8CFBD8
Tints of Aquamarine #8CFBD8
RGB
CMYK
RGB Variations
Color information
#8CFBD8 (or 0x8CFBD8) is known color: Aquamarine. HEX triplet: 8C, FB and D8. RGB value is (140,251,216). Sum of RGB (Red+Green+Blue) = 140+251+216=607 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.06% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBD8 is #730427. Grayscale: #D5D5D5. Windows color (decimal): -7537704 or 14220172. OLE color: 14220172.
HSL color Cylindrical-coordinate representation of color #8CFBD8: hue angle of 161.08º 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 #8CFBD8 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 216 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.02 |
| HSL | 161.08º | 0.93% | 0.77% | - |
| HSV(B) | 161.08º | 0.44% | 0.98% | - |
| XYZ | 57.71 | 79.53 | 77.27 | - |
| YUV | 213.82 | 129.23 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 216 | 0.44 | 0 | 0.14 | 0.02 | 161.08 | 0.93 | 0.77 |
| Hex | 8C | FB | D8 | 2C | 0 | E | 2 | A1 | 5D | 4D |
| Octal | 214 | 373 | 330 | 54 | 0 | 16 | 2 | 241 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11011000 | 101100 | 0 | 1110 | 10 | 10100001 | 1011101 | 1001101 |
Color Harmonies of #8CFBD8
Complementary color
Monochromatic Colors of #8CFBD8
Black with #8CFBD8
Text Example
Text Example
White with #8CFBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBD8; }
p { color: rgb(140,251,216); }
H1.HeaderClassName
{
color: #8CFBD8;
}
.AnyTagClassName
{
color: #8CFBD8;
}
</style>
background-color css
<style>
a { background-color: #8CFBD8; }
a { background-color: rgb(140,251,216); }
div.DivClassName
{
background-color: #8CFBD8;
}
.BgClassName
{
background-color: #8CFBD8;
}
</style>
border-color css
<style>
span { border-color: #8CFBD8; }
span { border-color: rgb(140,251,216); }
td.TdClassName
{
border-color: #8CFBD8;
}
.TagClassName
{
border-color: #8CFBD8;
}
</style>