Shades of Aquamarine #96FDD5
Tints of Aquamarine #96FDD5
RGB
CMYK
RGB Variations
Color information
#96FDD5 (or 0x96FDD5) is known color: Aquamarine. HEX triplet: 96, FD and D5. RGB value is (150,253,213). Sum of RGB (Red+Green+Blue) = 150+253+213=616 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.35% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDD5 is #69022A. Grayscale: #D9D9D9. Windows color (decimal): -6881835 or 14024086. OLE color: 14024086.
HSL color Cylindrical-coordinate representation of color #96FDD5: hue angle of 156.7º 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 #96FDD5 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 253 | 213 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.01 |
| HSL | 156.7º | 0.96% | 0.79% | - |
| HSV(B) | 156.7º | 0.41% | 0.99% | - |
| XYZ | 59.71 | 81.54 | 75.54 | - |
| YUV | 217.64 | 125.38 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 253 | 213 | 0.41 | 0 | 0.16 | 0.01 | 156.7 | 0.96 | 0.79 |
| Hex | 96 | FD | D5 | 29 | 0 | 10 | 1 | 9D | 60 | 4F |
| Octal | 226 | 375 | 325 | 51 | 0 | 20 | 1 | 235 | 140 | 117 |
| Binary | 10010110 | 11111101 | 11010101 | 101001 | 0 | 10000 | 1 | 10011101 | 1100000 | 1001111 |
Color Harmonies of #96FDD5
Complementary color
Monochromatic Colors of #96FDD5
Black with #96FDD5
Text Example
Text Example
White with #96FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FDD5; }
p { color: rgb(150,253,213); }
H1.HeaderClassName
{
color: #96FDD5;
}
.AnyTagClassName
{
color: #96FDD5;
}
</style>
background-color css
<style>
a { background-color: #96FDD5; }
a { background-color: rgb(150,253,213); }
div.DivClassName
{
background-color: #96FDD5;
}
.BgClassName
{
background-color: #96FDD5;
}
</style>
border-color css
<style>
span { border-color: #96FDD5; }
span { border-color: rgb(150,253,213); }
td.TdClassName
{
border-color: #96FDD5;
}
.TagClassName
{
border-color: #96FDD5;
}
</style>