Shades of Aquamarine #96FCDD
Tints of Aquamarine #96FCDD
RGB
CMYK
RGB Variations
Color information
#96FCDD (or 0x96FCDD) is known color: Aquamarine. HEX triplet: 96, FC and DD. RGB value is (150,252,221). Sum of RGB (Red+Green+Blue) = 150+252+221=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCDD is #690322. Grayscale: #D9D9D9. Windows color (decimal): -6882083 or 14548118. OLE color: 14548118.
HSL color Cylindrical-coordinate representation of color #96FCDD: hue angle of 161.76º 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 #96FCDD is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 221 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.01 |
| HSL | 161.76º | 0.94% | 0.79% | - |
| HSV(B) | 161.76º | 0.4% | 0.99% | - |
| XYZ | 60.44 | 81.33 | 80.92 | - |
| YUV | 217.97 | 129.71 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 221 | 0.40 | 0 | 0.12 | 0.01 | 161.76 | 0.94 | 0.79 |
| Hex | 96 | FC | DD | 28 | 0 | C | 1 | A2 | 5E | 4F |
| Octal | 226 | 374 | 335 | 50 | 0 | 14 | 1 | 242 | 136 | 117 |
| Binary | 10010110 | 11111100 | 11011101 | 101000 | 0 | 1100 | 1 | 10100010 | 1011110 | 1001111 |
Color Harmonies of #96FCDD
Complementary color
Monochromatic Colors of #96FCDD
Black with #96FCDD
Text Example
Text Example
White with #96FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCDD; }
p { color: rgb(150,252,221); }
H1.HeaderClassName
{
color: #96FCDD;
}
.AnyTagClassName
{
color: #96FCDD;
}
</style>
background-color css
<style>
a { background-color: #96FCDD; }
a { background-color: rgb(150,252,221); }
div.DivClassName
{
background-color: #96FCDD;
}
.BgClassName
{
background-color: #96FCDD;
}
</style>
border-color css
<style>
span { border-color: #96FCDD; }
span { border-color: rgb(150,252,221); }
td.TdClassName
{
border-color: #96FCDD;
}
.TagClassName
{
border-color: #96FCDD;
}
</style>