Shades of Aquamarine #96FEDA
Tints of Aquamarine #96FEDA
RGB
CMYK
RGB Variations
Color information
#96FEDA (or 0x96FEDA) is known color: Aquamarine. HEX triplet: 96, FE and DA. RGB value is (150,254,218). Sum of RGB (Red+Green+Blue) = 150+254+218=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FEDA is #690125. Grayscale: #DADADA. Windows color (decimal): -6881574 or 14352022. OLE color: 14352022.
HSL color Cylindrical-coordinate representation of color #96FEDA: hue angle of 159.23º 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 #96FEDA is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 218 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.00 |
| HSL | 159.23º | 0.98% | 0.79% | - |
| HSV(B) | 159.23º | 0.41% | 1% | - |
| XYZ | 60.67 | 82.43 | 79.04 | - |
| YUV | 218.8 | 127.54 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 218 | 0.41 | 0 | 0.14 | 0.00 | 159.23 | 0.98 | 0.79 |
| Hex | 96 | FE | DA | 29 | 0 | E | 0 | 9F | 62 | 4F |
| Octal | 226 | 376 | 332 | 51 | 0 | 16 | 0 | 237 | 142 | 117 |
| Binary | 10010110 | 11111110 | 11011010 | 101001 | 0 | 1110 | 0 | 10011111 | 1100010 | 1001111 |
Color Harmonies of #96FEDA
Complementary color
Monochromatic Colors of #96FEDA
Black with #96FEDA
Text Example
Text Example
White with #96FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FEDA; }
p { color: rgb(150,254,218); }
H1.HeaderClassName
{
color: #96FEDA;
}
.AnyTagClassName
{
color: #96FEDA;
}
</style>
background-color css
<style>
a { background-color: #96FEDA; }
a { background-color: rgb(150,254,218); }
div.DivClassName
{
background-color: #96FEDA;
}
.BgClassName
{
background-color: #96FEDA;
}
</style>
border-color css
<style>
span { border-color: #96FEDA; }
span { border-color: rgb(150,254,218); }
td.TdClassName
{
border-color: #96FEDA;
}
.TagClassName
{
border-color: #96FEDA;
}
</style>