Shades of Sea Nymph #95B0A9
Tints of Sea Nymph #95B0A9
RGB
CMYK
RGB Variations
Color information
#95B0A9 (or 0x95B0A9) is known color: Sea Nymph. HEX triplet: 95, B0 and A9. RGB value is (149,176,169). Sum of RGB (Red+Green+Blue) = 149+176+169=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #95B0A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B0A9 is #6A4F56. Grayscale: #A7A7A7. Windows color (decimal): -6967127 or 11120789. OLE color: 11120789.
HSL color Cylindrical-coordinate representation of color #95B0A9: hue angle of 164.44º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95B0A9 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 176 | 169 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.31 |
| HSL | 164.44º | 0.15% | 0.64% | - |
| HSV(B) | 164.44º | 0.15% | 0.69% | - |
| XYZ | 35.08 | 40.3 | 43.47 | - |
| YUV | 167.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 176 | 169 | 0.15 | 0 | 0.04 | 0.31 | 164.44 | 0.15 | 0.64 |
| Hex | 95 | B0 | A9 | F | 0 | 4 | 1F | A4 | F | 40 |
| Octal | 225 | 260 | 251 | 17 | 0 | 4 | 37 | 244 | 17 | 100 |
| Binary | 10010101 | 10110000 | 10101001 | 1111 | 0 | 100 | 11111 | 10100100 | 1111 | 1000000 |
Color Harmonies of #95B0A9
Complementary color
Monochromatic Colors of #95B0A9
Black with #95B0A9
Text Example
Text Example
White with #95B0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B0A9; }
p { color: rgb(149,176,169); }
H1.HeaderClassName
{
color: #95B0A9;
}
.AnyTagClassName
{
color: #95B0A9;
}
</style>
background-color css
<style>
a { background-color: #95B0A9; }
a { background-color: rgb(149,176,169); }
div.DivClassName
{
background-color: #95B0A9;
}
.BgClassName
{
background-color: #95B0A9;
}
</style>
border-color css
<style>
span { border-color: #95B0A9; }
span { border-color: rgb(149,176,169); }
td.TdClassName
{
border-color: #95B0A9;
}
.TagClassName
{
border-color: #95B0A9;
}
</style>