Shades of Aquamarine #96FCD6
Tints of Aquamarine #96FCD6
RGB
CMYK
RGB Variations
Color information
#96FCD6 (or 0x96FCD6) is known color: Aquamarine. HEX triplet: 96, FC and D6. RGB value is (150,252,214). Sum of RGB (Red+Green+Blue) = 150+252+214=616 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.35% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCD6 is #690329. Grayscale: #D9D9D9. Windows color (decimal): -6882090 or 14089366. OLE color: 14089366.
HSL color Cylindrical-coordinate representation of color #96FCD6: hue angle of 157.65º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCD6 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 214 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.01 |
| HSL | 157.65º | 0.94% | 0.79% | - |
| HSV(B) | 157.65º | 0.4% | 0.99% | - |
| XYZ | 59.53 | 80.96 | 76.11 | - |
| YUV | 217.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 214 | 0.40 | 0 | 0.15 | 0.01 | 157.65 | 0.94 | 0.79 |
| Hex | 96 | FC | D6 | 28 | 0 | F | 1 | 9E | 5E | 4F |
| Octal | 226 | 374 | 326 | 50 | 0 | 17 | 1 | 236 | 136 | 117 |
| Binary | 10010110 | 11111100 | 11010110 | 101000 | 0 | 1111 | 1 | 10011110 | 1011110 | 1001111 |
Color Harmonies of #96FCD6
Complementary color
Monochromatic Colors of #96FCD6
Black with #96FCD6
Text Example
Text Example
White with #96FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCD6; }
p { color: rgb(150,252,214); }
H1.HeaderClassName
{
color: #96FCD6;
}
.AnyTagClassName
{
color: #96FCD6;
}
</style>
background-color css
<style>
a { background-color: #96FCD6; }
a { background-color: rgb(150,252,214); }
div.DivClassName
{
background-color: #96FCD6;
}
.BgClassName
{
background-color: #96FCD6;
}
</style>
border-color css
<style>
span { border-color: #96FCD6; }
span { border-color: rgb(150,252,214); }
td.TdClassName
{
border-color: #96FCD6;
}
.TagClassName
{
border-color: #96FCD6;
}
</style>