Shades of Aquamarine #8BF8C1
Tints of Aquamarine #8BF8C1
RGB
CMYK
RGB Variations
Color information
#8BF8C1 (or 0x8BF8C1) is known color: Aquamarine. HEX triplet: 8B, F8 and C1. RGB value is (139,248,193). Sum of RGB (Red+Green+Blue) = 139+248+193=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #8BF8C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF8C1 is #74073E. Grayscale: #D1D1D1. Windows color (decimal): -7604031 or 12712075. OLE color: 12712075.
HSL color Cylindrical-coordinate representation of color #8BF8C1: hue angle of 149.72º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BF8C1 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 139 | 248 | 193 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.03 |
| HSL | 149.72º | 0.89% | 0.76% | - |
| HSV(B) | 149.72º | 0.44% | 0.97% | - |
| XYZ | 53.84 | 76.47 | 62.38 | - |
| YUV | 209.14 | 118.89 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 248 | 193 | 0.44 | 0 | 0.22 | 0.03 | 149.72 | 0.89 | 0.76 |
| Hex | 8B | F8 | C1 | 2C | 0 | 16 | 3 | 96 | 59 | 4C |
| Octal | 213 | 370 | 301 | 54 | 0 | 26 | 3 | 226 | 131 | 114 |
| Binary | 10001011 | 11111000 | 11000001 | 101100 | 0 | 10110 | 11 | 10010110 | 1011001 | 1001100 |
Color Harmonies of #8BF8C1
Complementary color
Monochromatic Colors of #8BF8C1
Black with #8BF8C1
Text Example
Text Example
White with #8BF8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF8C1; }
p { color: rgb(139,248,193); }
H1.HeaderClassName
{
color: #8BF8C1;
}
.AnyTagClassName
{
color: #8BF8C1;
}
</style>
background-color css
<style>
a { background-color: #8BF8C1; }
a { background-color: rgb(139,248,193); }
div.DivClassName
{
background-color: #8BF8C1;
}
.BgClassName
{
background-color: #8BF8C1;
}
</style>
border-color css
<style>
span { border-color: #8BF8C1; }
span { border-color: rgb(139,248,193); }
td.TdClassName
{
border-color: #8BF8C1;
}
.TagClassName
{
border-color: #8BF8C1;
}
</style>