Shades of Aquamarine #96FFDA
Tints of Aquamarine #96FFDA
RGB
CMYK
RGB Variations
Color information
#96FFDA (or 0x96FFDA) is known color: Aquamarine. HEX triplet: 96, FF and DA. RGB value is (150,255,218). Sum of RGB (Red+Green+Blue) = 150+255+218=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFDA is #690025. Grayscale: #DBDBDB. Windows color (decimal): -6881318 or 14352278. OLE color: 14352278.
HSL color Cylindrical-coordinate representation of color #96FFDA: hue angle of 158.86º 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 #96FFDA is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 218 | - |
| CMYK | 0.41 | 0 | 0.15 | 0 |
| HSL | 158.86º | 1% | 0.79% | - |
| HSV(B) | 158.86º | 0.41% | 1% | - |
| XYZ | 60.99 | 83.07 | 79.15 | - |
| YUV | 219.39 | 127.21 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 218 | 0.41 | 0 | 0.15 | 0 | 158.86 | 1 | 0.79 |
| Hex | 96 | FF | DA | 29 | 0 | F | 0 | 9F | 64 | 4F |
| Octal | 226 | 377 | 332 | 51 | 0 | 17 | 0 | 237 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11011010 | 101001 | 0 | 1111 | 0 | 10011111 | 1100100 | 1001111 |
Color Harmonies of #96FFDA
Complementary color
Monochromatic Colors of #96FFDA
Black with #96FFDA
Text Example
Text Example
White with #96FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFDA; }
p { color: rgb(150,255,218); }
H1.HeaderClassName
{
color: #96FFDA;
}
.AnyTagClassName
{
color: #96FFDA;
}
</style>
background-color css
<style>
a { background-color: #96FFDA; }
a { background-color: rgb(150,255,218); }
div.DivClassName
{
background-color: #96FFDA;
}
.BgClassName
{
background-color: #96FFDA;
}
</style>
border-color css
<style>
span { border-color: #96FFDA; }
span { border-color: rgb(150,255,218); }
td.TdClassName
{
border-color: #96FFDA;
}
.TagClassName
{
border-color: #96FFDA;
}
</style>