Shades of Aquamarine #96FFD2
Tints of Aquamarine #96FFD2
RGB
CMYK
RGB Variations
Color information
#96FFD2 (or 0x96FFD2) is known color: Aquamarine. HEX triplet: 96, FF and D2. RGB value is (150,255,210). Sum of RGB (Red+Green+Blue) = 150+255+210=615 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.39% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFD2 is #69002D. Grayscale: #DADADA. Windows color (decimal): -6881326 or 13827990. OLE color: 13827990.
HSL color Cylindrical-coordinate representation of color #96FFD2: hue angle of 154.29º 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 #96FFD2 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 210 | - |
| CMYK | 0.41 | 0 | 0.18 | 0 |
| HSL | 154.29º | 1% | 0.79% | - |
| HSV(B) | 154.29º | 0.41% | 1% | - |
| XYZ | 59.97 | 82.66 | 73.77 | - |
| YUV | 218.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 210 | 0.41 | 0 | 0.18 | 0 | 154.29 | 1 | 0.79 |
| Hex | 96 | FF | D2 | 29 | 0 | 12 | 0 | 9A | 64 | 4F |
| Octal | 226 | 377 | 322 | 51 | 0 | 22 | 0 | 232 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11010010 | 101001 | 0 | 10010 | 0 | 10011010 | 1100100 | 1001111 |
Color Harmonies of #96FFD2
Complementary color
Monochromatic Colors of #96FFD2
Black with #96FFD2
Text Example
Text Example
White with #96FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFD2; }
p { color: rgb(150,255,210); }
H1.HeaderClassName
{
color: #96FFD2;
}
.AnyTagClassName
{
color: #96FFD2;
}
</style>
background-color css
<style>
a { background-color: #96FFD2; }
a { background-color: rgb(150,255,210); }
div.DivClassName
{
background-color: #96FFD2;
}
.BgClassName
{
background-color: #96FFD2;
}
</style>
border-color css
<style>
span { border-color: #96FFD2; }
span { border-color: rgb(150,255,210); }
td.TdClassName
{
border-color: #96FFD2;
}
.TagClassName
{
border-color: #96FFD2;
}
</style>