Shades of Aquamarine #96F5DE
Tints of Aquamarine #96F5DE
RGB
CMYK
RGB Variations
Color information
#96F5DE (or 0x96F5DE) is known color: Aquamarine. HEX triplet: 96, F5 and DE. RGB value is (150,245,222). Sum of RGB (Red+Green+Blue) = 150+245+222=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F5DE is #690A21. Grayscale: #D5D5D5. Windows color (decimal): -6883874 or 14611862. OLE color: 14611862.
HSL color Cylindrical-coordinate representation of color #96F5DE: hue angle of 165.47º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5DE is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 245 | 222 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.04 |
| HSL | 165.47º | 0.83% | 0.77% | - |
| HSV(B) | 165.47º | 0.39% | 0.96% | - |
| XYZ | 58.41 | 77.06 | 80.9 | - |
| YUV | 213.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 245 | 222 | 0.39 | 0 | 0.09 | 0.04 | 165.47 | 0.83 | 0.77 |
| Hex | 96 | F5 | DE | 27 | 0 | 9 | 4 | A5 | 53 | 4D |
| Octal | 226 | 365 | 336 | 47 | 0 | 11 | 4 | 245 | 123 | 115 |
| Binary | 10010110 | 11110101 | 11011110 | 100111 | 0 | 1001 | 100 | 10100101 | 1010011 | 1001101 |
Color Harmonies of #96F5DE
Complementary color
Monochromatic Colors of #96F5DE
Black with #96F5DE
Text Example
Text Example
White with #96F5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F5DE; }
p { color: rgb(150,245,222); }
H1.HeaderClassName
{
color: #96F5DE;
}
.AnyTagClassName
{
color: #96F5DE;
}
</style>
background-color css
<style>
a { background-color: #96F5DE; }
a { background-color: rgb(150,245,222); }
div.DivClassName
{
background-color: #96F5DE;
}
.BgClassName
{
background-color: #96F5DE;
}
</style>
border-color css
<style>
span { border-color: #96F5DE; }
span { border-color: rgb(150,245,222); }
td.TdClassName
{
border-color: #96F5DE;
}
.TagClassName
{
border-color: #96F5DE;
}
</style>