Shades of Aquamarine #8CFBC9
Tints of Aquamarine #8CFBC9
RGB
CMYK
RGB Variations
Color information
#8CFBC9 (or 0x8CFBC9) is known color: Aquamarine. HEX triplet: 8C, FB and C9. RGB value is (140,251,201). Sum of RGB (Red+Green+Blue) = 140+251+201=592 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.65% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBC9 is #730436. Grayscale: #D4D4D4. Windows color (decimal): -7537719 or 13237132. OLE color: 13237132.
HSL color Cylindrical-coordinate representation of color #8CFBC9: hue angle of 152.97º 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 #8CFBC9 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 201 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.02 |
| HSL | 152.97º | 0.93% | 0.77% | - |
| HSV(B) | 152.97º | 0.44% | 0.98% | - |
| XYZ | 55.86 | 78.79 | 67.52 | - |
| YUV | 212.11 | 121.73 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 201 | 0.44 | 0 | 0.20 | 0.02 | 152.97 | 0.93 | 0.77 |
| Hex | 8C | FB | C9 | 2C | 0 | 14 | 2 | 99 | 5D | 4D |
| Octal | 214 | 373 | 311 | 54 | 0 | 24 | 2 | 231 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11001001 | 101100 | 0 | 10100 | 10 | 10011001 | 1011101 | 1001101 |
Color Harmonies of #8CFBC9
Complementary color
Monochromatic Colors of #8CFBC9
Black with #8CFBC9
Text Example
Text Example
White with #8CFBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBC9; }
p { color: rgb(140,251,201); }
H1.HeaderClassName
{
color: #8CFBC9;
}
.AnyTagClassName
{
color: #8CFBC9;
}
</style>
background-color css
<style>
a { background-color: #8CFBC9; }
a { background-color: rgb(140,251,201); }
div.DivClassName
{
background-color: #8CFBC9;
}
.BgClassName
{
background-color: #8CFBC9;
}
</style>
border-color css
<style>
span { border-color: #8CFBC9; }
span { border-color: rgb(140,251,201); }
td.TdClassName
{
border-color: #8CFBC9;
}
.TagClassName
{
border-color: #8CFBC9;
}
</style>