Shades of Aquamarine #96F8DB
Tints of Aquamarine #96F8DB
RGB
CMYK
RGB Variations
Color information
#96F8DB (or 0x96F8DB) is known color: Aquamarine. HEX triplet: 96, F8 and DB. RGB value is (150,248,219). Sum of RGB (Red+Green+Blue) = 150+248+219=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F8DB is #690724. Grayscale: #D7D7D7. Windows color (decimal): -6883109 or 14416022. OLE color: 14416022.
HSL color Cylindrical-coordinate representation of color #96F8DB: hue angle of 162.24º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8DB is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 219 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.03 |
| HSL | 162.24º | 0.88% | 0.78% | - |
| HSV(B) | 162.24º | 0.4% | 0.97% | - |
| XYZ | 58.93 | 78.73 | 79.11 | - |
| YUV | 215.39 | 130.03 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 219 | 0.40 | 0 | 0.12 | 0.03 | 162.24 | 0.88 | 0.78 |
| Hex | 96 | F8 | DB | 28 | 0 | C | 3 | A2 | 58 | 4E |
| Octal | 226 | 370 | 333 | 50 | 0 | 14 | 3 | 242 | 130 | 116 |
| Binary | 10010110 | 11111000 | 11011011 | 101000 | 0 | 1100 | 11 | 10100010 | 1011000 | 1001110 |
Color Harmonies of #96F8DB
Complementary color
Monochromatic Colors of #96F8DB
Black with #96F8DB
Text Example
Text Example
White with #96F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F8DB; }
p { color: rgb(150,248,219); }
H1.HeaderClassName
{
color: #96F8DB;
}
.AnyTagClassName
{
color: #96F8DB;
}
</style>
background-color css
<style>
a { background-color: #96F8DB; }
a { background-color: rgb(150,248,219); }
div.DivClassName
{
background-color: #96F8DB;
}
.BgClassName
{
background-color: #96F8DB;
}
</style>
border-color css
<style>
span { border-color: #96F8DB; }
span { border-color: rgb(150,248,219); }
td.TdClassName
{
border-color: #96F8DB;
}
.TagClassName
{
border-color: #96F8DB;
}
</style>