Shades of Sea Nymph #96AEA8
Tints of Sea Nymph #96AEA8
RGB
CMYK
RGB Variations
Color information
#96AEA8 (or 0x96AEA8) is known color: Sea Nymph. HEX triplet: 96, AE and A8. RGB value is (150,174,168). Sum of RGB (Red+Green+Blue) = 150+174+168=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 174 - color contains mainly: green. Hex color #96AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEA8 is #695157. Grayscale: #A6A6A6. Windows color (decimal): -6902104 or 11054742. OLE color: 11054742.
HSL color Cylindrical-coordinate representation of color #96AEA8: hue angle of 165º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AEA8 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 174 | 168 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.32 |
| HSL | 165º | 0.13% | 0.64% | - |
| HSV(B) | 165º | 0.14% | 0.68% | - |
| XYZ | 34.78 | 39.58 | 42.85 | - |
| YUV | 166.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 168 | 0.14 | 0 | 0.03 | 0.32 | 165 | 0.13 | 0.64 |
| Hex | 96 | AE | A8 | E | 0 | 3 | 20 | A5 | D | 40 |
| Octal | 226 | 256 | 250 | 16 | 0 | 3 | 40 | 245 | 15 | 100 |
| Binary | 10010110 | 10101110 | 10101000 | 1110 | 0 | 11 | 100000 | 10100101 | 1101 | 1000000 |
Color Harmonies of #96AEA8
Complementary color
Monochromatic Colors of #96AEA8
Black with #96AEA8
Text Example
Text Example
White with #96AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AEA8; }
p { color: rgb(150,174,168); }
H1.HeaderClassName
{
color: #96AEA8;
}
.AnyTagClassName
{
color: #96AEA8;
}
</style>
background-color css
<style>
a { background-color: #96AEA8; }
a { background-color: rgb(150,174,168); }
div.DivClassName
{
background-color: #96AEA8;
}
.BgClassName
{
background-color: #96AEA8;
}
</style>
border-color css
<style>
span { border-color: #96AEA8; }
span { border-color: rgb(150,174,168); }
td.TdClassName
{
border-color: #96AEA8;
}
.TagClassName
{
border-color: #96AEA8;
}
</style>