Shades of Aquamarine #8BFAC6
Tints of Aquamarine #8BFAC6
RGB
CMYK
RGB Variations
Color information
#8BFAC6 (or 0x8BFAC6) is known color: Aquamarine. HEX triplet: 8B, FA and C6. RGB value is (139,250,198). Sum of RGB (Red+Green+Blue) = 139+250+198=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFAC6 is #740539. Grayscale: #D2D2D2. Windows color (decimal): -7603514 or 13040267. OLE color: 13040267.
HSL color Cylindrical-coordinate representation of color #8BFAC6: hue angle of 151.89º 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 #8BFAC6 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 198 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.02 |
| HSL | 151.89º | 0.92% | 0.76% | - |
| HSV(B) | 151.89º | 0.44% | 0.98% | - |
| XYZ | 55.03 | 77.94 | 65.57 | - |
| YUV | 210.88 | 120.73 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 198 | 0.44 | 0 | 0.21 | 0.02 | 151.89 | 0.92 | 0.76 |
| Hex | 8B | FA | C6 | 2C | 0 | 15 | 2 | 98 | 5C | 4C |
| Octal | 213 | 372 | 306 | 54 | 0 | 25 | 2 | 230 | 134 | 114 |
| Binary | 10001011 | 11111010 | 11000110 | 101100 | 0 | 10101 | 10 | 10011000 | 1011100 | 1001100 |
Color Harmonies of #8BFAC6
Complementary color
Monochromatic Colors of #8BFAC6
Black with #8BFAC6
Text Example
Text Example
White with #8BFAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFAC6; }
p { color: rgb(139,250,198); }
H1.HeaderClassName
{
color: #8BFAC6;
}
.AnyTagClassName
{
color: #8BFAC6;
}
</style>
background-color css
<style>
a { background-color: #8BFAC6; }
a { background-color: rgb(139,250,198); }
div.DivClassName
{
background-color: #8BFAC6;
}
.BgClassName
{
background-color: #8BFAC6;
}
</style>
border-color css
<style>
span { border-color: #8BFAC6; }
span { border-color: rgb(139,250,198); }
td.TdClassName
{
border-color: #8BFAC6;
}
.TagClassName
{
border-color: #8BFAC6;
}
</style>