Shades of Aquamarine #8CFABC
Tints of Aquamarine #8CFABC
RGB
CMYK
RGB Variations
Color information
#8CFABC (or 0x8CFABC) is known color: Aquamarine. HEX triplet: 8C, FA and BC. RGB value is (140,250,188). Sum of RGB (Red+Green+Blue) = 140+250+188=578 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.22% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFABC is #730543. Grayscale: #D2D2D2. Windows color (decimal): -7537988 or 12384908. OLE color: 12384908.
HSL color Cylindrical-coordinate representation of color #8CFABC: hue angle of 146.18º 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 #8CFABC is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 188 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.02 |
| HSL | 146.18º | 0.92% | 0.76% | - |
| HSV(B) | 146.18º | 0.44% | 0.98% | - |
| XYZ | 54.08 | 77.58 | 59.7 | - |
| YUV | 210.04 | 115.56 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 188 | 0.44 | 0 | 0.25 | 0.02 | 146.18 | 0.92 | 0.76 |
| Hex | 8C | FA | BC | 2C | 0 | 19 | 2 | 92 | 5C | 4C |
| Octal | 214 | 372 | 274 | 54 | 0 | 31 | 2 | 222 | 134 | 114 |
| Binary | 10001100 | 11111010 | 10111100 | 101100 | 0 | 11001 | 10 | 10010010 | 1011100 | 1001100 |
Color Harmonies of #8CFABC
Complementary color
Monochromatic Colors of #8CFABC
Black with #8CFABC
Text Example
Text Example
White with #8CFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFABC; }
p { color: rgb(140,250,188); }
H1.HeaderClassName
{
color: #8CFABC;
}
.AnyTagClassName
{
color: #8CFABC;
}
</style>
background-color css
<style>
a { background-color: #8CFABC; }
a { background-color: rgb(140,250,188); }
div.DivClassName
{
background-color: #8CFABC;
}
.BgClassName
{
background-color: #8CFABC;
}
</style>
border-color css
<style>
span { border-color: #8CFABC; }
span { border-color: rgb(140,250,188); }
td.TdClassName
{
border-color: #8CFABC;
}
.TagClassName
{
border-color: #8CFABC;
}
</style>