Shades of Aquamarine #96F9E6
Tints of Aquamarine #96F9E6
RGB
CMYK
RGB Variations
Color information
#96F9E6 (or 0x96F9E6) is known color: Aquamarine. HEX triplet: 96, F9 and E6. RGB value is (150,249,230). Sum of RGB (Red+Green+Blue) = 150+249+230=629 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.85% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F9E6 is #690619. Grayscale: #D9D9D9. Windows color (decimal): -6882842 or 15137174. OLE color: 15137174.
HSL color Cylindrical-coordinate representation of color #96F9E6: hue angle of 168.48º degrees, saturation: 0.89, 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 #96F9E6 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 230 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.02 |
| HSL | 168.48º | 0.89% | 0.78% | - |
| HSV(B) | 168.48º | 0.4% | 0.98% | - |
| XYZ | 60.74 | 79.95 | 87.09 | - |
| YUV | 217.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 230 | 0.40 | 0 | 0.08 | 0.02 | 168.48 | 0.89 | 0.78 |
| Hex | 96 | F9 | E6 | 28 | 0 | 8 | 2 | A8 | 59 | 4E |
| Octal | 226 | 371 | 346 | 50 | 0 | 10 | 2 | 250 | 131 | 116 |
| Binary | 10010110 | 11111001 | 11100110 | 101000 | 0 | 1000 | 10 | 10101000 | 1011001 | 1001110 |
Color Harmonies of #96F9E6
Complementary color
Monochromatic Colors of #96F9E6
Black with #96F9E6
Text Example
Text Example
White with #96F9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F9E6; }
p { color: rgb(150,249,230); }
H1.HeaderClassName
{
color: #96F9E6;
}
.AnyTagClassName
{
color: #96F9E6;
}
</style>
background-color css
<style>
a { background-color: #96F9E6; }
a { background-color: rgb(150,249,230); }
div.DivClassName
{
background-color: #96F9E6;
}
.BgClassName
{
background-color: #96F9E6;
}
</style>
border-color css
<style>
span { border-color: #96F9E6; }
span { border-color: rgb(150,249,230); }
td.TdClassName
{
border-color: #96F9E6;
}
.TagClassName
{
border-color: #96F9E6;
}
</style>