Shades of Aquamarine #96FFDF
Tints of Aquamarine #96FFDF
RGB
CMYK
RGB Variations
Color information
#96FFDF (or 0x96FFDF) is known color: Aquamarine. HEX triplet: 96, FF and DF. RGB value is (150,255,223). Sum of RGB (Red+Green+Blue) = 150+255+223=628 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.89% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFDF is #690020. Grayscale: #DBDBDB. Windows color (decimal): -6881313 or 14679958. OLE color: 14679958.
HSL color Cylindrical-coordinate representation of color #96FFDF: hue angle of 161.71º 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 #96FFDF is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 223 | - |
| CMYK | 0.41 | 0 | 0.13 | 0 |
| HSL | 161.71º | 1% | 0.79% | - |
| HSV(B) | 161.71º | 0.41% | 1% | - |
| XYZ | 61.66 | 83.33 | 82.65 | - |
| YUV | 219.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 223 | 0.41 | 0 | 0.13 | 0 | 161.71 | 1 | 0.79 |
| Hex | 96 | FF | DF | 29 | 0 | D | 0 | A2 | 64 | 4F |
| Octal | 226 | 377 | 337 | 51 | 0 | 15 | 0 | 242 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11011111 | 101001 | 0 | 1101 | 0 | 10100010 | 1100100 | 1001111 |
Color Harmonies of #96FFDF
Complementary color
Monochromatic Colors of #96FFDF
Black with #96FFDF
Text Example
Text Example
White with #96FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFDF; }
p { color: rgb(150,255,223); }
H1.HeaderClassName
{
color: #96FFDF;
}
.AnyTagClassName
{
color: #96FFDF;
}
</style>
background-color css
<style>
a { background-color: #96FFDF; }
a { background-color: rgb(150,255,223); }
div.DivClassName
{
background-color: #96FFDF;
}
.BgClassName
{
background-color: #96FFDF;
}
</style>
border-color css
<style>
span { border-color: #96FFDF; }
span { border-color: rgb(150,255,223); }
td.TdClassName
{
border-color: #96FFDF;
}
.TagClassName
{
border-color: #96FFDF;
}
</style>