Shades of Aquamarine #96FFDD
Tints of Aquamarine #96FFDD
RGB
CMYK
RGB Variations
Color information
#96FFDD (or 0x96FFDD) is known color: Aquamarine. HEX triplet: 96, FF and DD. RGB value is (150,255,221). Sum of RGB (Red+Green+Blue) = 150+255+221=626 (82% of max value = 765). Red value is 150 (58.98% from 255 or 23.96% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFDD is #690022. Grayscale: #DBDBDB. Windows color (decimal): -6881315 or 14548886. OLE color: 14548886.
HSL color Cylindrical-coordinate representation of color #96FFDD: hue angle of 160.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 #96FFDD is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 221 | - |
| CMYK | 0.41 | 0 | 0.13 | 0 |
| HSL | 160.57º | 1% | 0.79% | - |
| HSV(B) | 160.57º | 0.41% | 1% | - |
| XYZ | 61.39 | 83.22 | 81.24 | - |
| YUV | 219.73 | 128.71 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 221 | 0.41 | 0 | 0.13 | 0 | 160.57 | 1 | 0.79 |
| Hex | 96 | FF | DD | 29 | 0 | D | 0 | A1 | 64 | 4F |
| Octal | 226 | 377 | 335 | 51 | 0 | 15 | 0 | 241 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11011101 | 101001 | 0 | 1101 | 0 | 10100001 | 1100100 | 1001111 |
Color Harmonies of #96FFDD
Complementary color
Monochromatic Colors of #96FFDD
Black with #96FFDD
Text Example
Text Example
White with #96FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFDD; }
p { color: rgb(150,255,221); }
H1.HeaderClassName
{
color: #96FFDD;
}
.AnyTagClassName
{
color: #96FFDD;
}
</style>
background-color css
<style>
a { background-color: #96FFDD; }
a { background-color: rgb(150,255,221); }
div.DivClassName
{
background-color: #96FFDD;
}
.BgClassName
{
background-color: #96FFDD;
}
</style>
border-color css
<style>
span { border-color: #96FFDD; }
span { border-color: rgb(150,255,221); }
td.TdClassName
{
border-color: #96FFDD;
}
.TagClassName
{
border-color: #96FFDD;
}
</style>