Shades of Aquamarine #96FADE
Tints of Aquamarine #96FADE
RGB
CMYK
RGB Variations
Color information
#96FADE (or 0x96FADE) is known color: Aquamarine. HEX triplet: 96, FA and DE. RGB value is (150,250,222). Sum of RGB (Red+Green+Blue) = 150+250+222=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #96FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FADE is #690521. Grayscale: #D8D8D8. Windows color (decimal): -6882594 or 14613142. OLE color: 14613142.
HSL color Cylindrical-coordinate representation of color #96FADE: hue angle of 163.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FADE is Cyan = 0.4, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 222 | - |
| CMYK | 0.4 | 0 | 0.11 | 0.02 |
| HSL | 163.2º | 0.91% | 0.78% | - |
| HSV(B) | 163.2º | 0.4% | 0.98% | - |
| XYZ | 59.95 | 80.13 | 81.41 | - |
| YUV | 216.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 222 | 0.4 | 0 | 0.11 | 0.02 | 163.2 | 0.91 | 0.78 |
| Hex | 96 | FA | DE | 28 | 0 | B | 2 | A3 | 5B | 4E |
| Octal | 226 | 372 | 336 | 50 | 0 | 13 | 2 | 243 | 133 | 116 |
| Binary | 10010110 | 11111010 | 11011110 | 101000 | 0 | 1011 | 10 | 10100011 | 1011011 | 1001110 |
Color Harmonies of #96FADE
Complementary color
Monochromatic Colors of #96FADE
Black with #96FADE
Text Example
Text Example
White with #96FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FADE; }
p { color: rgb(150,250,222); }
H1.HeaderClassName
{
color: #96FADE;
}
.AnyTagClassName
{
color: #96FADE;
}
</style>
background-color css
<style>
a { background-color: #96FADE; }
a { background-color: rgb(150,250,222); }
div.DivClassName
{
background-color: #96FADE;
}
.BgClassName
{
background-color: #96FADE;
}
</style>
border-color css
<style>
span { border-color: #96FADE; }
span { border-color: rgb(150,250,222); }
td.TdClassName
{
border-color: #96FADE;
}
.TagClassName
{
border-color: #96FADE;
}
</style>