Shades of Aquamarine #96FCD5
Tints of Aquamarine #96FCD5
RGB
CMYK
RGB Variations
Color information
#96FCD5 (or 0x96FCD5) is known color: Aquamarine. HEX triplet: 96, FC and D5. RGB value is (150,252,213). Sum of RGB (Red+Green+Blue) = 150+252+213=615 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.39% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCD5 is #69032A. Grayscale: #D9D9D9. Windows color (decimal): -6882091 or 14023830. OLE color: 14023830.
HSL color Cylindrical-coordinate representation of color #96FCD5: hue angle of 157.06º 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 #96FCD5 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 213 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.01 |
| HSL | 157.06º | 0.94% | 0.79% | - |
| HSV(B) | 157.06º | 0.4% | 0.99% | - |
| XYZ | 59.4 | 80.91 | 75.44 | - |
| YUV | 217.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 213 | 0.40 | 0 | 0.15 | 0.01 | 157.06 | 0.94 | 0.79 |
| Hex | 96 | FC | D5 | 28 | 0 | F | 1 | 9D | 5E | 4F |
| Octal | 226 | 374 | 325 | 50 | 0 | 17 | 1 | 235 | 136 | 117 |
| Binary | 10010110 | 11111100 | 11010101 | 101000 | 0 | 1111 | 1 | 10011101 | 1011110 | 1001111 |
Color Harmonies of #96FCD5
Complementary color
Monochromatic Colors of #96FCD5
Black with #96FCD5
Text Example
Text Example
White with #96FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCD5; }
p { color: rgb(150,252,213); }
H1.HeaderClassName
{
color: #96FCD5;
}
.AnyTagClassName
{
color: #96FCD5;
}
</style>
background-color css
<style>
a { background-color: #96FCD5; }
a { background-color: rgb(150,252,213); }
div.DivClassName
{
background-color: #96FCD5;
}
.BgClassName
{
background-color: #96FCD5;
}
</style>
border-color css
<style>
span { border-color: #96FCD5; }
span { border-color: rgb(150,252,213); }
td.TdClassName
{
border-color: #96FCD5;
}
.TagClassName
{
border-color: #96FCD5;
}
</style>