Shades of Sea Nymph #96AFA8
Tints of Sea Nymph #96AFA8
RGB
CMYK
RGB Variations
Color information
#96AFA8 (or 0x96AFA8) is known color: Sea Nymph. HEX triplet: 96, AF and A8. RGB value is (150,175,168). Sum of RGB (Red+Green+Blue) = 150+175+168=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #96AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AFA8 is #695057. Grayscale: #A6A6A6. Windows color (decimal): -6901848 or 11054998. OLE color: 11054998.
HSL color Cylindrical-coordinate representation of color #96AFA8: hue angle of 163.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AFA8 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 168 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.31 |
| HSL | 163.2º | 0.14% | 0.64% | - |
| HSV(B) | 163.2º | 0.14% | 0.69% | - |
| XYZ | 34.98 | 39.97 | 42.92 | - |
| YUV | 166.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 168 | 0.14 | 0 | 0.04 | 0.31 | 163.2 | 0.14 | 0.64 |
| Hex | 96 | AF | A8 | E | 0 | 4 | 1F | A3 | E | 40 |
| Octal | 226 | 257 | 250 | 16 | 0 | 4 | 37 | 243 | 16 | 100 |
| Binary | 10010110 | 10101111 | 10101000 | 1110 | 0 | 100 | 11111 | 10100011 | 1110 | 1000000 |
Color Harmonies of #96AFA8
Complementary color
Monochromatic Colors of #96AFA8
Black with #96AFA8
Text Example
Text Example
White with #96AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AFA8; }
p { color: rgb(150,175,168); }
H1.HeaderClassName
{
color: #96AFA8;
}
.AnyTagClassName
{
color: #96AFA8;
}
</style>
background-color css
<style>
a { background-color: #96AFA8; }
a { background-color: rgb(150,175,168); }
div.DivClassName
{
background-color: #96AFA8;
}
.BgClassName
{
background-color: #96AFA8;
}
</style>
border-color css
<style>
span { border-color: #96AFA8; }
span { border-color: rgb(150,175,168); }
td.TdClassName
{
border-color: #96AFA8;
}
.TagClassName
{
border-color: #96AFA8;
}
</style>