Shades of Aquamarine #96F7DE
Tints of Aquamarine #96F7DE
RGB
CMYK
RGB Variations
Color information
#96F7DE (or 0x96F7DE) is known color: Aquamarine. HEX triplet: 96, F7 and DE. RGB value is (150,247,222). Sum of RGB (Red+Green+Blue) = 150+247+222=619 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.23% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7DE is #690821. Grayscale: #D7D7D7. Windows color (decimal): -6883362 or 14612374. OLE color: 14612374.
HSL color Cylindrical-coordinate representation of color #96F7DE: hue angle of 164.54º 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 #96F7DE is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 222 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.03 |
| HSL | 164.54º | 0.86% | 0.78% | - |
| HSV(B) | 164.54º | 0.39% | 0.97% | - |
| XYZ | 59.02 | 78.28 | 81.11 | - |
| YUV | 215.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 222 | 0.39 | 0 | 0.10 | 0.03 | 164.54 | 0.86 | 0.78 |
| Hex | 96 | F7 | DE | 27 | 0 | A | 3 | A5 | 56 | 4E |
| Octal | 226 | 367 | 336 | 47 | 0 | 12 | 3 | 245 | 126 | 116 |
| Binary | 10010110 | 11110111 | 11011110 | 100111 | 0 | 1010 | 11 | 10100101 | 1010110 | 1001110 |
Color Harmonies of #96F7DE
Complementary color
Monochromatic Colors of #96F7DE
Black with #96F7DE
Text Example
Text Example
White with #96F7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F7DE; }
p { color: rgb(150,247,222); }
H1.HeaderClassName
{
color: #96F7DE;
}
.AnyTagClassName
{
color: #96F7DE;
}
</style>
background-color css
<style>
a { background-color: #96F7DE; }
a { background-color: rgb(150,247,222); }
div.DivClassName
{
background-color: #96F7DE;
}
.BgClassName
{
background-color: #96F7DE;
}
</style>
border-color css
<style>
span { border-color: #96F7DE; }
span { border-color: rgb(150,247,222); }
td.TdClassName
{
border-color: #96F7DE;
}
.TagClassName
{
border-color: #96F7DE;
}
</style>