Shades of Aquamarine #8FF9DB
Tints of Aquamarine #8FF9DB
RGB
CMYK
RGB Variations
Color information
#8FF9DB (or 0x8FF9DB) is known color: Aquamarine. HEX triplet: 8F, F9 and DB. RGB value is (143,249,219). Sum of RGB (Red+Green+Blue) = 143+249+219=611 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.40% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #8FF9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF9DB is #700624. Grayscale: #D5D5D5. Windows color (decimal): -7341605 or 14416271. OLE color: 14416271.
HSL color Cylindrical-coordinate representation of color #8FF9DB: hue angle of 163.02º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FF9DB is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 249 | 219 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.02 |
| HSL | 163.02º | 0.9% | 0.77% | - |
| HSV(B) | 163.02º | 0.43% | 0.98% | - |
| XYZ | 57.99 | 78.71 | 79.15 | - |
| YUV | 213.89 | 130.88 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 249 | 219 | 0.43 | 0 | 0.12 | 0.02 | 163.02 | 0.9 | 0.77 |
| Hex | 8F | F9 | DB | 2B | 0 | C | 2 | A3 | 5A | 4D |
| Octal | 217 | 371 | 333 | 53 | 0 | 14 | 2 | 243 | 132 | 115 |
| Binary | 10001111 | 11111001 | 11011011 | 101011 | 0 | 1100 | 10 | 10100011 | 1011010 | 1001101 |
Color Harmonies of #8FF9DB
Complementary color
Monochromatic Colors of #8FF9DB
Black with #8FF9DB
Text Example
Text Example
White with #8FF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF9DB; }
p { color: rgb(143,249,219); }
H1.HeaderClassName
{
color: #8FF9DB;
}
.AnyTagClassName
{
color: #8FF9DB;
}
</style>
background-color css
<style>
a { background-color: #8FF9DB; }
a { background-color: rgb(143,249,219); }
div.DivClassName
{
background-color: #8FF9DB;
}
.BgClassName
{
background-color: #8FF9DB;
}
</style>
border-color css
<style>
span { border-color: #8FF9DB; }
span { border-color: rgb(143,249,219); }
td.TdClassName
{
border-color: #8FF9DB;
}
.TagClassName
{
border-color: #8FF9DB;
}
</style>