Shades of Aquamarine #96FAE5
Tints of Aquamarine #96FAE5
RGB
CMYK
RGB Variations
Color information
#96FAE5 (or 0x96FAE5) is known color: Aquamarine. HEX triplet: 96, FA and E5. RGB value is (150,250,229). Sum of RGB (Red+Green+Blue) = 150+250+229=629 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.85% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FAE5 is #69051A. Grayscale: #D9D9D9. Windows color (decimal): -6882587 or 15071894. OLE color: 15071894.
HSL color Cylindrical-coordinate representation of color #96FAE5: hue angle of 167.4º 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 #96FAE5 is Cyan = 0.4, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 229 | - |
| CMYK | 0.4 | 0 | 0.08 | 0.02 |
| HSL | 167.4º | 0.91% | 0.78% | - |
| HSV(B) | 167.4º | 0.4% | 0.98% | - |
| XYZ | 60.91 | 80.51 | 86.46 | - |
| YUV | 217.71 | 134.37 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 229 | 0.4 | 0 | 0.08 | 0.02 | 167.4 | 0.91 | 0.78 |
| Hex | 96 | FA | E5 | 28 | 0 | 8 | 2 | A7 | 5B | 4E |
| Octal | 226 | 372 | 345 | 50 | 0 | 10 | 2 | 247 | 133 | 116 |
| Binary | 10010110 | 11111010 | 11100101 | 101000 | 0 | 1000 | 10 | 10100111 | 1011011 | 1001110 |
Color Harmonies of #96FAE5
Complementary color
Monochromatic Colors of #96FAE5
Black with #96FAE5
Text Example
Text Example
White with #96FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FAE5; }
p { color: rgb(150,250,229); }
H1.HeaderClassName
{
color: #96FAE5;
}
.AnyTagClassName
{
color: #96FAE5;
}
</style>
background-color css
<style>
a { background-color: #96FAE5; }
a { background-color: rgb(150,250,229); }
div.DivClassName
{
background-color: #96FAE5;
}
.BgClassName
{
background-color: #96FAE5;
}
</style>
border-color css
<style>
span { border-color: #96FAE5; }
span { border-color: rgb(150,250,229); }
td.TdClassName
{
border-color: #96FAE5;
}
.TagClassName
{
border-color: #96FAE5;
}
</style>