Shades of Aquamarine #96FCDA
Tints of Aquamarine #96FCDA
RGB
CMYK
RGB Variations
Color information
#96FCDA (or 0x96FCDA) is known color: Aquamarine. HEX triplet: 96, FC and DA. RGB value is (150,252,218). Sum of RGB (Red+Green+Blue) = 150+252+218=620 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.19% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCDA is #690325. Grayscale: #D9D9D9. Windows color (decimal): -6882086 or 14351510. OLE color: 14351510.
HSL color Cylindrical-coordinate representation of color #96FCDA: hue angle of 160º 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 #96FCDA is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 218 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.01 |
| HSL | 160º | 0.94% | 0.79% | - |
| HSV(B) | 160º | 0.4% | 0.99% | - |
| XYZ | 60.04 | 81.17 | 78.83 | - |
| YUV | 217.63 | 128.21 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 218 | 0.40 | 0 | 0.13 | 0.01 | 160 | 0.94 | 0.79 |
| Hex | 96 | FC | DA | 28 | 0 | D | 1 | A0 | 5E | 4F |
| Octal | 226 | 374 | 332 | 50 | 0 | 15 | 1 | 240 | 136 | 117 |
| Binary | 10010110 | 11111100 | 11011010 | 101000 | 0 | 1101 | 1 | 10100000 | 1011110 | 1001111 |
Color Harmonies of #96FCDA
Complementary color
Monochromatic Colors of #96FCDA
Black with #96FCDA
Text Example
Text Example
White with #96FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCDA; }
p { color: rgb(150,252,218); }
H1.HeaderClassName
{
color: #96FCDA;
}
.AnyTagClassName
{
color: #96FCDA;
}
</style>
background-color css
<style>
a { background-color: #96FCDA; }
a { background-color: rgb(150,252,218); }
div.DivClassName
{
background-color: #96FCDA;
}
.BgClassName
{
background-color: #96FCDA;
}
</style>
border-color css
<style>
span { border-color: #96FCDA; }
span { border-color: rgb(150,252,218); }
td.TdClassName
{
border-color: #96FCDA;
}
.TagClassName
{
border-color: #96FCDA;
}
</style>