Shades of Aquamarine #96FFD6
Tints of Aquamarine #96FFD6
RGB
CMYK
RGB Variations
Color information
#96FFD6 (or 0x96FFD6) is known color: Aquamarine. HEX triplet: 96, FF and D6. RGB value is (150,255,214). Sum of RGB (Red+Green+Blue) = 150+255+214=619 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.23% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFD6 is #690029. Grayscale: #DADADA. Windows color (decimal): -6881322 or 14090134. OLE color: 14090134.
HSL color Cylindrical-coordinate representation of color #96FFD6: hue angle of 156.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFD6 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 214 | - |
| CMYK | 0.41 | 0 | 0.16 | 0 |
| HSL | 156.57º | 1% | 0.79% | - |
| HSV(B) | 156.57º | 0.41% | 1% | - |
| XYZ | 60.48 | 82.86 | 76.42 | - |
| YUV | 218.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 214 | 0.41 | 0 | 0.16 | 0 | 156.57 | 1 | 0.79 |
| Hex | 96 | FF | D6 | 29 | 0 | 10 | 0 | 9D | 64 | 4F |
| Octal | 226 | 377 | 326 | 51 | 0 | 20 | 0 | 235 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11010110 | 101001 | 0 | 10000 | 0 | 10011101 | 1100100 | 1001111 |
Color Harmonies of #96FFD6
Complementary color
Monochromatic Colors of #96FFD6
Black with #96FFD6
Text Example
Text Example
White with #96FFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFD6; }
p { color: rgb(150,255,214); }
H1.HeaderClassName
{
color: #96FFD6;
}
.AnyTagClassName
{
color: #96FFD6;
}
</style>
background-color css
<style>
a { background-color: #96FFD6; }
a { background-color: rgb(150,255,214); }
div.DivClassName
{
background-color: #96FFD6;
}
.BgClassName
{
background-color: #96FFD6;
}
</style>
border-color css
<style>
span { border-color: #96FFD6; }
span { border-color: rgb(150,255,214); }
td.TdClassName
{
border-color: #96FFD6;
}
.TagClassName
{
border-color: #96FFD6;
}
</style>