Shades of Aquamarine #96F9DB
Tints of Aquamarine #96F9DB
RGB
CMYK
RGB Variations
Color information
#96F9DB (or 0x96F9DB) is known color: Aquamarine. HEX triplet: 96, F9 and DB. RGB value is (150,249,219). Sum of RGB (Red+Green+Blue) = 150+249+219=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F9DB is #690624. Grayscale: #D8D8D8. Windows color (decimal): -6882853 or 14416278. OLE color: 14416278.
HSL color Cylindrical-coordinate representation of color #96F9DB: hue angle of 161.82º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9DB is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 219 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.02 |
| HSL | 161.82º | 0.89% | 0.78% | - |
| HSV(B) | 161.82º | 0.4% | 0.98% | - |
| XYZ | 59.24 | 79.35 | 79.21 | - |
| YUV | 215.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 219 | 0.40 | 0 | 0.12 | 0.02 | 161.82 | 0.89 | 0.78 |
| Hex | 96 | F9 | DB | 28 | 0 | C | 2 | A2 | 59 | 4E |
| Octal | 226 | 371 | 333 | 50 | 0 | 14 | 2 | 242 | 131 | 116 |
| Binary | 10010110 | 11111001 | 11011011 | 101000 | 0 | 1100 | 10 | 10100010 | 1011001 | 1001110 |
Color Harmonies of #96F9DB
Complementary color
Monochromatic Colors of #96F9DB
Black with #96F9DB
Text Example
Text Example
White with #96F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F9DB; }
p { color: rgb(150,249,219); }
H1.HeaderClassName
{
color: #96F9DB;
}
.AnyTagClassName
{
color: #96F9DB;
}
</style>
background-color css
<style>
a { background-color: #96F9DB; }
a { background-color: rgb(150,249,219); }
div.DivClassName
{
background-color: #96F9DB;
}
.BgClassName
{
background-color: #96F9DB;
}
</style>
border-color css
<style>
span { border-color: #96F9DB; }
span { border-color: rgb(150,249,219); }
td.TdClassName
{
border-color: #96F9DB;
}
.TagClassName
{
border-color: #96F9DB;
}
</style>