Shades of Aquamarine #96FDD9
Tints of Aquamarine #96FDD9
RGB
CMYK
RGB Variations
Color information
#96FDD9 (or 0x96FDD9) is known color: Aquamarine. HEX triplet: 96, FD and D9. RGB value is (150,253,217). Sum of RGB (Red+Green+Blue) = 150+253+217=620 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.19% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDD9 is #690226. Grayscale: #DADADA. Windows color (decimal): -6881831 or 14286230. OLE color: 14286230.
HSL color Cylindrical-coordinate representation of color #96FDD9: hue angle of 159.03º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FDD9 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 253 | 217 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.01 |
| HSL | 159.03º | 0.96% | 0.79% | - |
| HSV(B) | 159.03º | 0.41% | 0.99% | - |
| XYZ | 60.23 | 81.74 | 78.25 | - |
| YUV | 218.1 | 127.38 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 253 | 217 | 0.41 | 0 | 0.14 | 0.01 | 159.03 | 0.96 | 0.79 |
| Hex | 96 | FD | D9 | 29 | 0 | E | 1 | 9F | 60 | 4F |
| Octal | 226 | 375 | 331 | 51 | 0 | 16 | 1 | 237 | 140 | 117 |
| Binary | 10010110 | 11111101 | 11011001 | 101001 | 0 | 1110 | 1 | 10011111 | 1100000 | 1001111 |
Color Harmonies of #96FDD9
Complementary color
Monochromatic Colors of #96FDD9
Black with #96FDD9
Text Example
Text Example
White with #96FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FDD9; }
p { color: rgb(150,253,217); }
H1.HeaderClassName
{
color: #96FDD9;
}
.AnyTagClassName
{
color: #96FDD9;
}
</style>
background-color css
<style>
a { background-color: #96FDD9; }
a { background-color: rgb(150,253,217); }
div.DivClassName
{
background-color: #96FDD9;
}
.BgClassName
{
background-color: #96FDD9;
}
</style>
border-color css
<style>
span { border-color: #96FDD9; }
span { border-color: rgb(150,253,217); }
td.TdClassName
{
border-color: #96FDD9;
}
.TagClassName
{
border-color: #96FDD9;
}
</style>