Shades of Aquamarine #96FEE4
Tints of Aquamarine #96FEE4
RGB
CMYK
RGB Variations
Color information
#96FEE4 (or 0x96FEE4) is known color: Aquamarine. HEX triplet: 96, FE and E4. RGB value is (150,254,228). Sum of RGB (Red+Green+Blue) = 150+254+228=632 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.73% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FEE4 is #69011B. Grayscale: #DBDBDB. Windows color (decimal): -6881564 or 15007382. OLE color: 15007382.
HSL color Cylindrical-coordinate representation of color #96FEE4: hue angle of 165º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FEE4 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 228 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.00 |
| HSL | 165º | 0.98% | 0.79% | - |
| HSV(B) | 165º | 0.41% | 1% | - |
| XYZ | 62.02 | 82.97 | 86.14 | - |
| YUV | 219.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 228 | 0.41 | 0 | 0.10 | 0.00 | 165 | 0.98 | 0.79 |
| Hex | 96 | FE | E4 | 29 | 0 | A | 0 | A5 | 62 | 4F |
| Octal | 226 | 376 | 344 | 51 | 0 | 12 | 0 | 245 | 142 | 117 |
| Binary | 10010110 | 11111110 | 11100100 | 101001 | 0 | 1010 | 0 | 10100101 | 1100010 | 1001111 |
Color Harmonies of #96FEE4
Complementary color
Monochromatic Colors of #96FEE4
Black with #96FEE4
Text Example
Text Example
White with #96FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FEE4; }
p { color: rgb(150,254,228); }
H1.HeaderClassName
{
color: #96FEE4;
}
.AnyTagClassName
{
color: #96FEE4;
}
</style>
background-color css
<style>
a { background-color: #96FEE4; }
a { background-color: rgb(150,254,228); }
div.DivClassName
{
background-color: #96FEE4;
}
.BgClassName
{
background-color: #96FEE4;
}
</style>
border-color css
<style>
span { border-color: #96FEE4; }
span { border-color: rgb(150,254,228); }
td.TdClassName
{
border-color: #96FEE4;
}
.TagClassName
{
border-color: #96FEE4;
}
</style>