Shades of Aquamarine #96FFE2
Tints of Aquamarine #96FFE2
RGB
CMYK
RGB Variations
Color information
#96FFE2 (or 0x96FFE2) is known color: Aquamarine. HEX triplet: 96, FF and E2. RGB value is (150,255,226). Sum of RGB (Red+Green+Blue) = 150+255+226=631 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.77% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFE2 is #69001D. Grayscale: #DCDCDC. Windows color (decimal): -6881310 or 14876566. OLE color: 14876566.
HSL color Cylindrical-coordinate representation of color #96FFE2: hue angle of 163.43º 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 #96FFE2 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 226 | - |
| CMYK | 0.41 | 0 | 0.11 | 0 |
| HSL | 163.43º | 1% | 0.79% | - |
| HSV(B) | 163.43º | 0.41% | 1% | - |
| XYZ | 62.07 | 83.5 | 84.8 | - |
| YUV | 220.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 226 | 0.41 | 0 | 0.11 | 0 | 163.43 | 1 | 0.79 |
| Hex | 96 | FF | E2 | 29 | 0 | B | 0 | A3 | 64 | 4F |
| Octal | 226 | 377 | 342 | 51 | 0 | 13 | 0 | 243 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11100010 | 101001 | 0 | 1011 | 0 | 10100011 | 1100100 | 1001111 |
Color Harmonies of #96FFE2
Complementary color
Monochromatic Colors of #96FFE2
Black with #96FFE2
Text Example
Text Example
White with #96FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFE2; }
p { color: rgb(150,255,226); }
H1.HeaderClassName
{
color: #96FFE2;
}
.AnyTagClassName
{
color: #96FFE2;
}
</style>
background-color css
<style>
a { background-color: #96FFE2; }
a { background-color: rgb(150,255,226); }
div.DivClassName
{
background-color: #96FFE2;
}
.BgClassName
{
background-color: #96FFE2;
}
</style>
border-color css
<style>
span { border-color: #96FFE2; }
span { border-color: rgb(150,255,226); }
td.TdClassName
{
border-color: #96FFE2;
}
.TagClassName
{
border-color: #96FFE2;
}
</style>