Shades of Aquamarine #8AFFDB
Tints of Aquamarine #8AFFDB
RGB
CMYK
RGB Variations
Color information
#8AFFDB (or 0x8AFFDB) is known color: Aquamarine. HEX triplet: 8A, FF and DB. RGB value is (138,255,219). Sum of RGB (Red+Green+Blue) = 138+255+219=612 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.55% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFDB is #750024. Grayscale: #D7D7D7. Windows color (decimal): -7667749 or 14417802. OLE color: 14417802.
HSL color Cylindrical-coordinate representation of color #8AFFDB: hue angle of 161.54º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFDB is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 219 | - |
| CMYK | 0.46 | 0 | 0.14 | 0 |
| HSL | 161.54º | 1% | 0.77% | - |
| HSV(B) | 161.54º | 0.46% | 1% | - |
| XYZ | 59.03 | 82.04 | 79.74 | - |
| YUV | 215.91 | 129.74 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 219 | 0.46 | 0 | 0.14 | 0 | 161.54 | 1 | 0.77 |
| Hex | 8A | FF | DB | 2E | 0 | E | 0 | A2 | 64 | 4D |
| Octal | 212 | 377 | 333 | 56 | 0 | 16 | 0 | 242 | 144 | 115 |
| Binary | 10001010 | 11111111 | 11011011 | 101110 | 0 | 1110 | 0 | 10100010 | 1100100 | 1001101 |
Color Harmonies of #8AFFDB
Complementary color
Monochromatic Colors of #8AFFDB
Black with #8AFFDB
Text Example
Text Example
White with #8AFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFDB; }
p { color: rgb(138,255,219); }
H1.HeaderClassName
{
color: #8AFFDB;
}
.AnyTagClassName
{
color: #8AFFDB;
}
</style>
background-color css
<style>
a { background-color: #8AFFDB; }
a { background-color: rgb(138,255,219); }
div.DivClassName
{
background-color: #8AFFDB;
}
.BgClassName
{
background-color: #8AFFDB;
}
</style>
border-color css
<style>
span { border-color: #8AFFDB; }
span { border-color: rgb(138,255,219); }
td.TdClassName
{
border-color: #8AFFDB;
}
.TagClassName
{
border-color: #8AFFDB;
}
</style>