Shades of Aquamarine #8CFBBE
Tints of Aquamarine #8CFBBE
RGB
CMYK
RGB Variations
Color information
#8CFBBE (or 0x8CFBBE) is known color: Aquamarine. HEX triplet: 8C, FB and BE. RGB value is (140,251,190). Sum of RGB (Red+Green+Blue) = 140+251+190=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBBE is #730441. Grayscale: #D2D2D2. Windows color (decimal): -7537730 or 12516236. OLE color: 12516236.
HSL color Cylindrical-coordinate representation of color #8CFBBE: hue angle of 147.03º 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 #8CFBBE is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 190 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.02 |
| HSL | 147.03º | 0.93% | 0.77% | - |
| HSV(B) | 147.03º | 0.44% | 0.98% | - |
| XYZ | 54.61 | 78.29 | 60.95 | - |
| YUV | 210.86 | 116.23 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 190 | 0.44 | 0 | 0.24 | 0.02 | 147.03 | 0.93 | 0.77 |
| Hex | 8C | FB | BE | 2C | 0 | 18 | 2 | 93 | 5D | 4D |
| Octal | 214 | 373 | 276 | 54 | 0 | 30 | 2 | 223 | 135 | 115 |
| Binary | 10001100 | 11111011 | 10111110 | 101100 | 0 | 11000 | 10 | 10010011 | 1011101 | 1001101 |
Color Harmonies of #8CFBBE
Complementary color
Monochromatic Colors of #8CFBBE
Black with #8CFBBE
Text Example
Text Example
White with #8CFBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBBE; }
p { color: rgb(140,251,190); }
H1.HeaderClassName
{
color: #8CFBBE;
}
.AnyTagClassName
{
color: #8CFBBE;
}
</style>
background-color css
<style>
a { background-color: #8CFBBE; }
a { background-color: rgb(140,251,190); }
div.DivClassName
{
background-color: #8CFBBE;
}
.BgClassName
{
background-color: #8CFBBE;
}
</style>
border-color css
<style>
span { border-color: #8CFBBE; }
span { border-color: rgb(140,251,190); }
td.TdClassName
{
border-color: #8CFBBE;
}
.TagClassName
{
border-color: #8CFBBE;
}
</style>