Shades of Aquamarine #8BFAC8
Tints of Aquamarine #8BFAC8
RGB
CMYK
RGB Variations
Color information
#8BFAC8 (or 0x8BFAC8) is known color: Aquamarine. HEX triplet: 8B, FA and C8. RGB value is (139,250,200). Sum of RGB (Red+Green+Blue) = 139+250+200=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFAC8 is #740537. Grayscale: #D3D3D3. Windows color (decimal): -7603512 or 13171339. OLE color: 13171339.
HSL color Cylindrical-coordinate representation of color #8BFAC8: hue angle of 152.97º 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 #8BFAC8 is Cyan = 0.44, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 200 | - |
| CMYK | 0.44 | 0 | 0.2 | 0.02 |
| HSL | 152.97º | 0.92% | 0.76% | - |
| HSV(B) | 152.97º | 0.44% | 0.98% | - |
| XYZ | 55.26 | 78.03 | 66.79 | - |
| YUV | 211.11 | 121.73 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 200 | 0.44 | 0 | 0.2 | 0.02 | 152.97 | 0.92 | 0.76 |
| Hex | 8B | FA | C8 | 2C | 0 | 14 | 2 | 99 | 5C | 4C |
| Octal | 213 | 372 | 310 | 54 | 0 | 24 | 2 | 231 | 134 | 114 |
| Binary | 10001011 | 11111010 | 11001000 | 101100 | 0 | 10100 | 10 | 10011001 | 1011100 | 1001100 |
Color Harmonies of #8BFAC8
Complementary color
Monochromatic Colors of #8BFAC8
Black with #8BFAC8
Text Example
Text Example
White with #8BFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFAC8; }
p { color: rgb(139,250,200); }
H1.HeaderClassName
{
color: #8BFAC8;
}
.AnyTagClassName
{
color: #8BFAC8;
}
</style>
background-color css
<style>
a { background-color: #8BFAC8; }
a { background-color: rgb(139,250,200); }
div.DivClassName
{
background-color: #8BFAC8;
}
.BgClassName
{
background-color: #8BFAC8;
}
</style>
border-color css
<style>
span { border-color: #8BFAC8; }
span { border-color: rgb(139,250,200); }
td.TdClassName
{
border-color: #8BFAC8;
}
.TagClassName
{
border-color: #8BFAC8;
}
</style>