Shades of Aquamarine #8BFFD1
Tints of Aquamarine #8BFFD1
RGB
CMYK
RGB Variations
Color information
#8BFFD1 (or 0x8BFFD1) is known color: Aquamarine. HEX triplet: 8B, FF and D1. RGB value is (139,255,209). Sum of RGB (Red+Green+Blue) = 139+255+209=603 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.05% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFFD1 is #74002E. Grayscale: #D7D7D7. Windows color (decimal): -7602223 or 13762443. OLE color: 13762443.
HSL color Cylindrical-coordinate representation of color #8BFFD1: hue angle of 156.21º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFFD1 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 209 | - |
| CMYK | 0.45 | 0 | 0.18 | 0 |
| HSL | 156.21º | 1% | 0.77% | - |
| HSV(B) | 156.21º | 0.45% | 1% | - |
| XYZ | 57.92 | 81.61 | 73.02 | - |
| YUV | 215.07 | 124.57 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 209 | 0.45 | 0 | 0.18 | 0 | 156.21 | 1 | 0.77 |
| Hex | 8B | FF | D1 | 2D | 0 | 12 | 0 | 9C | 64 | 4D |
| Octal | 213 | 377 | 321 | 55 | 0 | 22 | 0 | 234 | 144 | 115 |
| Binary | 10001011 | 11111111 | 11010001 | 101101 | 0 | 10010 | 0 | 10011100 | 1100100 | 1001101 |
Color Harmonies of #8BFFD1
Complementary color
Monochromatic Colors of #8BFFD1
Black with #8BFFD1
Text Example
Text Example
White with #8BFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFFD1; }
p { color: rgb(139,255,209); }
H1.HeaderClassName
{
color: #8BFFD1;
}
.AnyTagClassName
{
color: #8BFFD1;
}
</style>
background-color css
<style>
a { background-color: #8BFFD1; }
a { background-color: rgb(139,255,209); }
div.DivClassName
{
background-color: #8BFFD1;
}
.BgClassName
{
background-color: #8BFFD1;
}
</style>
border-color css
<style>
span { border-color: #8BFFD1; }
span { border-color: rgb(139,255,209); }
td.TdClassName
{
border-color: #8BFFD1;
}
.TagClassName
{
border-color: #8BFFD1;
}
</style>