Shades of Aquamarine #8AF9DB
Tints of Aquamarine #8AF9DB
RGB
CMYK
RGB Variations
Color information
#8AF9DB (or 0x8AF9DB) is known color: Aquamarine. HEX triplet: 8A, F9 and DB. RGB value is (138,249,219). Sum of RGB (Red+Green+Blue) = 138+249+219=606 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.77% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF9DB is #750624. Grayscale: #D4D4D4. Windows color (decimal): -7669285 or 14416266. OLE color: 14416266.
HSL color Cylindrical-coordinate representation of color #8AF9DB: hue angle of 163.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF9DB is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 219 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.02 |
| HSL | 163.78º | 0.9% | 0.76% | - |
| HSV(B) | 163.78º | 0.45% | 0.98% | - |
| XYZ | 57.14 | 78.27 | 79.11 | - |
| YUV | 212.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 219 | 0.45 | 0 | 0.12 | 0.02 | 163.78 | 0.9 | 0.76 |
| Hex | 8A | F9 | DB | 2D | 0 | C | 2 | A4 | 5A | 4C |
| Octal | 212 | 371 | 333 | 55 | 0 | 14 | 2 | 244 | 132 | 114 |
| Binary | 10001010 | 11111001 | 11011011 | 101101 | 0 | 1100 | 10 | 10100100 | 1011010 | 1001100 |
Color Harmonies of #8AF9DB
Complementary color
Monochromatic Colors of #8AF9DB
Black with #8AF9DB
Text Example
Text Example
White with #8AF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF9DB; }
p { color: rgb(138,249,219); }
H1.HeaderClassName
{
color: #8AF9DB;
}
.AnyTagClassName
{
color: #8AF9DB;
}
</style>
background-color css
<style>
a { background-color: #8AF9DB; }
a { background-color: rgb(138,249,219); }
div.DivClassName
{
background-color: #8AF9DB;
}
.BgClassName
{
background-color: #8AF9DB;
}
</style>
border-color css
<style>
span { border-color: #8AF9DB; }
span { border-color: rgb(138,249,219); }
td.TdClassName
{
border-color: #8AF9DB;
}
.TagClassName
{
border-color: #8AF9DB;
}
</style>