Shades of Aquamarine #8CFEBF
Tints of Aquamarine #8CFEBF
RGB
CMYK
RGB Variations
Color information
#8CFEBF (or 0x8CFEBF) is known color: Aquamarine. HEX triplet: 8C, FE and BF. RGB value is (140,254,191). Sum of RGB (Red+Green+Blue) = 140+254+191=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEBF is #730140. Grayscale: #D4D4D4. Windows color (decimal): -7536961 or 12582540. OLE color: 12582540.
HSL color Cylindrical-coordinate representation of color #8CFEBF: hue angle of 146.84º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFEBF is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 191 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.00 |
| HSL | 146.84º | 0.98% | 0.77% | - |
| HSV(B) | 146.84º | 0.45% | 1% | - |
| XYZ | 55.66 | 80.22 | 61.84 | - |
| YUV | 212.73 | 115.73 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 191 | 0.45 | 0 | 0.25 | 0.00 | 146.84 | 0.98 | 0.77 |
| Hex | 8C | FE | BF | 2D | 0 | 19 | 0 | 93 | 62 | 4D |
| Octal | 214 | 376 | 277 | 55 | 0 | 31 | 0 | 223 | 142 | 115 |
| Binary | 10001100 | 11111110 | 10111111 | 101101 | 0 | 11001 | 0 | 10010011 | 1100010 | 1001101 |
Color Harmonies of #8CFEBF
Complementary color
Monochromatic Colors of #8CFEBF
Black with #8CFEBF
Text Example
Text Example
White with #8CFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEBF; }
p { color: rgb(140,254,191); }
H1.HeaderClassName
{
color: #8CFEBF;
}
.AnyTagClassName
{
color: #8CFEBF;
}
</style>
background-color css
<style>
a { background-color: #8CFEBF; }
a { background-color: rgb(140,254,191); }
div.DivClassName
{
background-color: #8CFEBF;
}
.BgClassName
{
background-color: #8CFEBF;
}
</style>
border-color css
<style>
span { border-color: #8CFEBF; }
span { border-color: rgb(140,254,191); }
td.TdClassName
{
border-color: #8CFEBF;
}
.TagClassName
{
border-color: #8CFEBF;
}
</style>