Shades of Aquamarine #8BFED1
Tints of Aquamarine #8BFED1
RGB
CMYK
RGB Variations
Color information
#8BFED1 (or 0x8BFED1) is known color: Aquamarine. HEX triplet: 8B, FE and D1. RGB value is (139,254,209). Sum of RGB (Red+Green+Blue) = 139+254+209=602 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.09% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFED1 is #74012E. Grayscale: #D6D6D6. Windows color (decimal): -7602479 or 13762187. OLE color: 13762187.
HSL color Cylindrical-coordinate representation of color #8BFED1: hue angle of 156.52º 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 #8BFED1 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 254 | 209 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.00 |
| HSL | 156.52º | 0.98% | 0.77% | - |
| HSV(B) | 156.52º | 0.45% | 1% | - |
| XYZ | 57.6 | 80.98 | 72.92 | - |
| YUV | 214.49 | 124.9 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 254 | 209 | 0.45 | 0 | 0.18 | 0.00 | 156.52 | 0.98 | 0.77 |
| Hex | 8B | FE | D1 | 2D | 0 | 12 | 0 | 9D | 62 | 4D |
| Octal | 213 | 376 | 321 | 55 | 0 | 22 | 0 | 235 | 142 | 115 |
| Binary | 10001011 | 11111110 | 11010001 | 101101 | 0 | 10010 | 0 | 10011101 | 1100010 | 1001101 |
Color Harmonies of #8BFED1
Complementary color
Monochromatic Colors of #8BFED1
Black with #8BFED1
Text Example
Text Example
White with #8BFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFED1; }
p { color: rgb(139,254,209); }
H1.HeaderClassName
{
color: #8BFED1;
}
.AnyTagClassName
{
color: #8BFED1;
}
</style>
background-color css
<style>
a { background-color: #8BFED1; }
a { background-color: rgb(139,254,209); }
div.DivClassName
{
background-color: #8BFED1;
}
.BgClassName
{
background-color: #8BFED1;
}
</style>
border-color css
<style>
span { border-color: #8BFED1; }
span { border-color: rgb(139,254,209); }
td.TdClassName
{
border-color: #8BFED1;
}
.TagClassName
{
border-color: #8BFED1;
}
</style>