Shades of Aquamarine #8BFAD7
Tints of Aquamarine #8BFAD7
RGB
CMYK
RGB Variations
Color information
#8BFAD7 (or 0x8BFAD7) is known color: Aquamarine. HEX triplet: 8B, FA and D7. RGB value is (139,250,215). Sum of RGB (Red+Green+Blue) = 139+250+215=604 (80% of max value = 765). Red value is 139 (54.69% from 255 or 23.01% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFAD7 is #740528. Grayscale: #D4D4D4. Windows color (decimal): -7603497 or 14154379. OLE color: 14154379.
HSL color Cylindrical-coordinate representation of color #8BFAD7: hue angle of 161.08º 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 #8BFAD7 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 215 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.02 |
| HSL | 161.08º | 0.92% | 0.76% | - |
| HSV(B) | 161.08º | 0.44% | 0.98% | - |
| XYZ | 57.1 | 78.77 | 76.48 | - |
| YUV | 212.82 | 129.23 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 215 | 0.44 | 0 | 0.14 | 0.02 | 161.08 | 0.92 | 0.76 |
| Hex | 8B | FA | D7 | 2C | 0 | E | 2 | A1 | 5C | 4C |
| Octal | 213 | 372 | 327 | 54 | 0 | 16 | 2 | 241 | 134 | 114 |
| Binary | 10001011 | 11111010 | 11010111 | 101100 | 0 | 1110 | 10 | 10100001 | 1011100 | 1001100 |
Color Harmonies of #8BFAD7
Complementary color
Monochromatic Colors of #8BFAD7
Black with #8BFAD7
Text Example
Text Example
White with #8BFAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFAD7; }
p { color: rgb(139,250,215); }
H1.HeaderClassName
{
color: #8BFAD7;
}
.AnyTagClassName
{
color: #8BFAD7;
}
</style>
background-color css
<style>
a { background-color: #8BFAD7; }
a { background-color: rgb(139,250,215); }
div.DivClassName
{
background-color: #8BFAD7;
}
.BgClassName
{
background-color: #8BFAD7;
}
</style>
border-color css
<style>
span { border-color: #8BFAD7; }
span { border-color: rgb(139,250,215); }
td.TdClassName
{
border-color: #8BFAD7;
}
.TagClassName
{
border-color: #8BFAD7;
}
</style>