Shades of Sea Nymph #96B2AA
Tints of Sea Nymph #96B2AA
RGB
CMYK
RGB Variations
Color information
#96B2AA (or 0x96B2AA) is known color: Sea Nymph. HEX triplet: 96, B2 and AA. RGB value is (150,178,170). Sum of RGB (Red+Green+Blue) = 150+178+170=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #96B2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B2AA is #694D55. Grayscale: #A8A8A8. Windows color (decimal): -6901078 or 11186838. OLE color: 11186838.
HSL color Cylindrical-coordinate representation of color #96B2AA: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96B2AA is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 178 | 170 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.30 |
| HSL | 162.86º | 0.15% | 0.64% | - |
| HSV(B) | 162.86º | 0.16% | 0.7% | - |
| XYZ | 35.75 | 41.23 | 44.1 | - |
| YUV | 168.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 170 | 0.16 | 0 | 0.04 | 0.30 | 162.86 | 0.15 | 0.64 |
| Hex | 96 | B2 | AA | 10 | 0 | 4 | 1E | A3 | F | 40 |
| Octal | 226 | 262 | 252 | 20 | 0 | 4 | 36 | 243 | 17 | 100 |
| Binary | 10010110 | 10110010 | 10101010 | 10000 | 0 | 100 | 11110 | 10100011 | 1111 | 1000000 |
Color Harmonies of #96B2AA
Complementary color
Monochromatic Colors of #96B2AA
Black with #96B2AA
Text Example
Text Example
White with #96B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B2AA; }
p { color: rgb(150,178,170); }
H1.HeaderClassName
{
color: #96B2AA;
}
.AnyTagClassName
{
color: #96B2AA;
}
</style>
background-color css
<style>
a { background-color: #96B2AA; }
a { background-color: rgb(150,178,170); }
div.DivClassName
{
background-color: #96B2AA;
}
.BgClassName
{
background-color: #96B2AA;
}
</style>
border-color css
<style>
span { border-color: #96B2AA; }
span { border-color: rgb(150,178,170); }
td.TdClassName
{
border-color: #96B2AA;
}
.TagClassName
{
border-color: #96B2AA;
}
</style>