Shades of Aquamarine #96FDDD
Tints of Aquamarine #96FDDD
RGB
CMYK
RGB Variations
Color information
#96FDDD (or 0x96FDDD) is known color: Aquamarine. HEX triplet: 96, FD and DD. RGB value is (150,253,221). Sum of RGB (Red+Green+Blue) = 150+253+221=624 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.04% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDDD is #690222. Grayscale: #DADADA. Windows color (decimal): -6881827 or 14548374. OLE color: 14548374.
HSL color Cylindrical-coordinate representation of color #96FDDD: hue angle of 161.36º 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 #96FDDD is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 253 | 221 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.01 |
| HSL | 161.36º | 0.96% | 0.79% | - |
| HSV(B) | 161.36º | 0.41% | 0.99% | - |
| XYZ | 60.75 | 81.96 | 81.02 | - |
| YUV | 218.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 253 | 221 | 0.41 | 0 | 0.13 | 0.01 | 161.36 | 0.96 | 0.79 |
| Hex | 96 | FD | DD | 29 | 0 | D | 1 | A1 | 60 | 4F |
| Octal | 226 | 375 | 335 | 51 | 0 | 15 | 1 | 241 | 140 | 117 |
| Binary | 10010110 | 11111101 | 11011101 | 101001 | 0 | 1101 | 1 | 10100001 | 1100000 | 1001111 |
Color Harmonies of #96FDDD
Complementary color
Monochromatic Colors of #96FDDD
Black with #96FDDD
Text Example
Text Example
White with #96FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FDDD; }
p { color: rgb(150,253,221); }
H1.HeaderClassName
{
color: #96FDDD;
}
.AnyTagClassName
{
color: #96FDDD;
}
</style>
background-color css
<style>
a { background-color: #96FDDD; }
a { background-color: rgb(150,253,221); }
div.DivClassName
{
background-color: #96FDDD;
}
.BgClassName
{
background-color: #96FDDD;
}
</style>
border-color css
<style>
span { border-color: #96FDDD; }
span { border-color: rgb(150,253,221); }
td.TdClassName
{
border-color: #96FDDD;
}
.TagClassName
{
border-color: #96FDDD;
}
</style>