Shades of Aquamarine #96FEDD
Tints of Aquamarine #96FEDD
RGB
CMYK
RGB Variations
Color information
#96FEDD (or 0x96FEDD) is known color: Aquamarine. HEX triplet: 96, FE and DD. RGB value is (150,254,221). Sum of RGB (Red+Green+Blue) = 150+254+221=625 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FEDD is #690122. Grayscale: #DBDBDB. Windows color (decimal): -6881571 or 14548630. OLE color: 14548630.
HSL color Cylindrical-coordinate representation of color #96FEDD: hue angle of 160.96º 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 #96FEDD is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 221 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.00 |
| HSL | 160.96º | 0.98% | 0.79% | - |
| HSV(B) | 160.96º | 0.41% | 1% | - |
| XYZ | 61.07 | 82.59 | 81.13 | - |
| YUV | 219.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 221 | 0.41 | 0 | 0.13 | 0.00 | 160.96 | 0.98 | 0.79 |
| Hex | 96 | FE | DD | 29 | 0 | D | 0 | A1 | 62 | 4F |
| Octal | 226 | 376 | 335 | 51 | 0 | 15 | 0 | 241 | 142 | 117 |
| Binary | 10010110 | 11111110 | 11011101 | 101001 | 0 | 1101 | 0 | 10100001 | 1100010 | 1001111 |
Color Harmonies of #96FEDD
Complementary color
Monochromatic Colors of #96FEDD
Black with #96FEDD
Text Example
Text Example
White with #96FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FEDD; }
p { color: rgb(150,254,221); }
H1.HeaderClassName
{
color: #96FEDD;
}
.AnyTagClassName
{
color: #96FEDD;
}
</style>
background-color css
<style>
a { background-color: #96FEDD; }
a { background-color: rgb(150,254,221); }
div.DivClassName
{
background-color: #96FEDD;
}
.BgClassName
{
background-color: #96FEDD;
}
</style>
border-color css
<style>
span { border-color: #96FEDD; }
span { border-color: rgb(150,254,221); }
td.TdClassName
{
border-color: #96FEDD;
}
.TagClassName
{
border-color: #96FEDD;
}
</style>