Shades of Sea Nymph #91B0A7
Tints of Sea Nymph #91B0A7
RGB
CMYK
RGB Variations
Color information
#91B0A7 (or 0x91B0A7) is known color: Sea Nymph. HEX triplet: 91, B0 and A7. RGB value is (145,176,167). Sum of RGB (Red+Green+Blue) = 145+176+167=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 176 - color contains mainly: green. Hex color #91B0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91B0A7 is #6E4F58. Grayscale: #A5A5A5. Windows color (decimal): -7229273 or 10989713. OLE color: 10989713.
HSL color Cylindrical-coordinate representation of color #91B0A7: hue angle of 162.58º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #91B0A7 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 176 | 167 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.31 |
| HSL | 162.58º | 0.16% | 0.63% | - |
| HSV(B) | 162.58º | 0.18% | 0.69% | - |
| XYZ | 34.18 | 39.86 | 42.45 | - |
| YUV | 165.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 167 | 0.18 | 0 | 0.05 | 0.31 | 162.58 | 0.16 | 0.63 |
| Hex | 91 | B0 | A7 | 12 | 0 | 5 | 1F | A3 | 10 | 3F |
| Octal | 221 | 260 | 247 | 22 | 0 | 5 | 37 | 243 | 20 | 77 |
| Binary | 10010001 | 10110000 | 10100111 | 10010 | 0 | 101 | 11111 | 10100011 | 10000 | 111111 |
Color Harmonies of #91B0A7
Complementary color
Monochromatic Colors of #91B0A7
Black with #91B0A7
Text Example
Text Example
White with #91B0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B0A7; }
p { color: rgb(145,176,167); }
H1.HeaderClassName
{
color: #91B0A7;
}
.AnyTagClassName
{
color: #91B0A7;
}
</style>
background-color css
<style>
a { background-color: #91B0A7; }
a { background-color: rgb(145,176,167); }
div.DivClassName
{
background-color: #91B0A7;
}
.BgClassName
{
background-color: #91B0A7;
}
</style>
border-color css
<style>
span { border-color: #91B0A7; }
span { border-color: rgb(145,176,167); }
td.TdClassName
{
border-color: #91B0A7;
}
.TagClassName
{
border-color: #91B0A7;
}
</style>