Shades of Aquamarine #8BFEB5
Tints of Aquamarine #8BFEB5
RGB
CMYK
RGB Variations
Color information
#8BFEB5 (or 0x8BFEB5) is known color: Aquamarine. HEX triplet: 8B, FE and B5. RGB value is (139,254,181). Sum of RGB (Red+Green+Blue) = 139+254+181=574 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.22% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFEB5 is #74014A. Grayscale: #D3D3D3. Windows color (decimal): -7602507 or 11927179. OLE color: 11927179.
HSL color Cylindrical-coordinate representation of color #8BFEB5: hue angle of 141.91º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFEB5 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 254 | 181 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.00 |
| HSL | 141.91º | 0.98% | 0.77% | - |
| HSV(B) | 141.91º | 0.45% | 1% | - |
| XYZ | 54.43 | 79.71 | 56.23 | - |
| YUV | 211.29 | 110.9 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 254 | 181 | 0.45 | 0 | 0.29 | 0.00 | 141.91 | 0.98 | 0.77 |
| Hex | 8B | FE | B5 | 2D | 0 | 1D | 0 | 8E | 62 | 4D |
| Octal | 213 | 376 | 265 | 55 | 0 | 35 | 0 | 216 | 142 | 115 |
| Binary | 10001011 | 11111110 | 10110101 | 101101 | 0 | 11101 | 0 | 10001110 | 1100010 | 1001101 |
Color Harmonies of #8BFEB5
Complementary color
Monochromatic Colors of #8BFEB5
Black with #8BFEB5
Text Example
Text Example
White with #8BFEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFEB5; }
p { color: rgb(139,254,181); }
H1.HeaderClassName
{
color: #8BFEB5;
}
.AnyTagClassName
{
color: #8BFEB5;
}
</style>
background-color css
<style>
a { background-color: #8BFEB5; }
a { background-color: rgb(139,254,181); }
div.DivClassName
{
background-color: #8BFEB5;
}
.BgClassName
{
background-color: #8BFEB5;
}
</style>
border-color css
<style>
span { border-color: #8BFEB5; }
span { border-color: rgb(139,254,181); }
td.TdClassName
{
border-color: #8BFEB5;
}
.TagClassName
{
border-color: #8BFEB5;
}
</style>