Shades of Aquamarine #8BFAC9
Tints of Aquamarine #8BFAC9
RGB
CMYK
RGB Variations
Color information
#8BFAC9 (or 0x8BFAC9) is known color: Aquamarine. HEX triplet: 8B, FA and C9. RGB value is (139,250,201). Sum of RGB (Red+Green+Blue) = 139+250+201=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFAC9 is #740536. Grayscale: #D3D3D3. Windows color (decimal): -7603511 or 13236875. OLE color: 13236875.
HSL color Cylindrical-coordinate representation of color #8BFAC9: hue angle of 153.51º 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 #8BFAC9 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 201 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.02 |
| HSL | 153.51º | 0.92% | 0.76% | - |
| HSV(B) | 153.51º | 0.44% | 0.98% | - |
| XYZ | 55.38 | 78.08 | 67.41 | - |
| YUV | 211.23 | 122.23 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 201 | 0.44 | 0 | 0.20 | 0.02 | 153.51 | 0.92 | 0.76 |
| Hex | 8B | FA | C9 | 2C | 0 | 14 | 2 | 9A | 5C | 4C |
| Octal | 213 | 372 | 311 | 54 | 0 | 24 | 2 | 232 | 134 | 114 |
| Binary | 10001011 | 11111010 | 11001001 | 101100 | 0 | 10100 | 10 | 10011010 | 1011100 | 1001100 |
Color Harmonies of #8BFAC9
Complementary color
Monochromatic Colors of #8BFAC9
Black with #8BFAC9
Text Example
Text Example
White with #8BFAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFAC9; }
p { color: rgb(139,250,201); }
H1.HeaderClassName
{
color: #8BFAC9;
}
.AnyTagClassName
{
color: #8BFAC9;
}
</style>
background-color css
<style>
a { background-color: #8BFAC9; }
a { background-color: rgb(139,250,201); }
div.DivClassName
{
background-color: #8BFAC9;
}
.BgClassName
{
background-color: #8BFAC9;
}
</style>
border-color css
<style>
span { border-color: #8BFAC9; }
span { border-color: rgb(139,250,201); }
td.TdClassName
{
border-color: #8BFAC9;
}
.TagClassName
{
border-color: #8BFAC9;
}
</style>