Shades of Aquamarine #8CFABA
Tints of Aquamarine #8CFABA
RGB
CMYK
RGB Variations
Color information
#8CFABA (or 0x8CFABA) is known color: Aquamarine. HEX triplet: 8C, FA and BA. RGB value is (140,250,186). Sum of RGB (Red+Green+Blue) = 140+250+186=576 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.31% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFABA is #730545. Grayscale: #D1D1D1. Windows color (decimal): -7537990 or 12253836. OLE color: 12253836.
HSL color Cylindrical-coordinate representation of color #8CFABA: hue angle of 145.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFABA is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 186 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.02 |
| HSL | 145.09º | 0.92% | 0.76% | - |
| HSV(B) | 145.09º | 0.44% | 0.98% | - |
| XYZ | 53.86 | 77.49 | 58.57 | - |
| YUV | 209.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 186 | 0.44 | 0 | 0.26 | 0.02 | 145.09 | 0.92 | 0.76 |
| Hex | 8C | FA | BA | 2C | 0 | 1A | 2 | 91 | 5C | 4C |
| Octal | 214 | 372 | 272 | 54 | 0 | 32 | 2 | 221 | 134 | 114 |
| Binary | 10001100 | 11111010 | 10111010 | 101100 | 0 | 11010 | 10 | 10010001 | 1011100 | 1001100 |
Color Harmonies of #8CFABA
Complementary color
Monochromatic Colors of #8CFABA
Black with #8CFABA
Text Example
Text Example
White with #8CFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFABA; }
p { color: rgb(140,250,186); }
H1.HeaderClassName
{
color: #8CFABA;
}
.AnyTagClassName
{
color: #8CFABA;
}
</style>
background-color css
<style>
a { background-color: #8CFABA; }
a { background-color: rgb(140,250,186); }
div.DivClassName
{
background-color: #8CFABA;
}
.BgClassName
{
background-color: #8CFABA;
}
</style>
border-color css
<style>
span { border-color: #8CFABA; }
span { border-color: rgb(140,250,186); }
td.TdClassName
{
border-color: #8CFABA;
}
.TagClassName
{
border-color: #8CFABA;
}
</style>