Shades of Aquamarine #96F7DD
Tints of Aquamarine #96F7DD
RGB
CMYK
RGB Variations
Color information
#96F7DD (or 0x96F7DD) is known color: Aquamarine. HEX triplet: 96, F7 and DD. RGB value is (150,247,221). Sum of RGB (Red+Green+Blue) = 150+247+221=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 247 (96.88% from 255 or 39.97% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7DD is #690822. Grayscale: #D7D7D7. Windows color (decimal): -6883363 or 14546838. OLE color: 14546838.
HSL color Cylindrical-coordinate representation of color #96F7DD: hue angle of 163.92º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F7DD is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 221 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.03 |
| HSL | 163.92º | 0.86% | 0.78% | - |
| HSV(B) | 163.92º | 0.39% | 0.97% | - |
| XYZ | 58.89 | 78.23 | 80.4 | - |
| YUV | 215.03 | 131.36 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 221 | 0.39 | 0 | 0.11 | 0.03 | 163.92 | 0.86 | 0.78 |
| Hex | 96 | F7 | DD | 27 | 0 | B | 3 | A4 | 56 | 4E |
| Octal | 226 | 367 | 335 | 47 | 0 | 13 | 3 | 244 | 126 | 116 |
| Binary | 10010110 | 11110111 | 11011101 | 100111 | 0 | 1011 | 11 | 10100100 | 1010110 | 1001110 |
Color Harmonies of #96F7DD
Complementary color
Monochromatic Colors of #96F7DD
Black with #96F7DD
Text Example
Text Example
White with #96F7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F7DD; }
p { color: rgb(150,247,221); }
H1.HeaderClassName
{
color: #96F7DD;
}
.AnyTagClassName
{
color: #96F7DD;
}
</style>
background-color css
<style>
a { background-color: #96F7DD; }
a { background-color: rgb(150,247,221); }
div.DivClassName
{
background-color: #96F7DD;
}
.BgClassName
{
background-color: #96F7DD;
}
</style>
border-color css
<style>
span { border-color: #96F7DD; }
span { border-color: rgb(150,247,221); }
td.TdClassName
{
border-color: #96F7DD;
}
.TagClassName
{
border-color: #96F7DD;
}
</style>