Shades of Sea Nymph #91B1AA
Tints of Sea Nymph #91B1AA
RGB
CMYK
RGB Variations
Color information
#91B1AA (or 0x91B1AA) is known color: Sea Nymph. HEX triplet: 91, B1 and AA. RGB value is (145,177,170). Sum of RGB (Red+Green+Blue) = 145+177+170=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #91B1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91B1AA is #6E4E55. Grayscale: #A6A6A6. Windows color (decimal): -7229014 or 11186577. OLE color: 11186577.
HSL color Cylindrical-coordinate representation of color #91B1AA: hue angle of 166.88º degrees, saturation: 0.17, 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 #91B1AA is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 177 | 170 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.31 |
| HSL | 166.88º | 0.17% | 0.63% | - |
| HSV(B) | 166.88º | 0.18% | 0.69% | - |
| XYZ | 34.65 | 40.37 | 44 | - |
| YUV | 166.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 177 | 170 | 0.18 | 0 | 0.04 | 0.31 | 166.88 | 0.17 | 0.63 |
| Hex | 91 | B1 | AA | 12 | 0 | 4 | 1F | A7 | 11 | 3F |
| Octal | 221 | 261 | 252 | 22 | 0 | 4 | 37 | 247 | 21 | 77 |
| Binary | 10010001 | 10110001 | 10101010 | 10010 | 0 | 100 | 11111 | 10100111 | 10001 | 111111 |
Color Harmonies of #91B1AA
Complementary color
Monochromatic Colors of #91B1AA
Black with #91B1AA
Text Example
Text Example
White with #91B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B1AA; }
p { color: rgb(145,177,170); }
H1.HeaderClassName
{
color: #91B1AA;
}
.AnyTagClassName
{
color: #91B1AA;
}
</style>
background-color css
<style>
a { background-color: #91B1AA; }
a { background-color: rgb(145,177,170); }
div.DivClassName
{
background-color: #91B1AA;
}
.BgClassName
{
background-color: #91B1AA;
}
</style>
border-color css
<style>
span { border-color: #91B1AA; }
span { border-color: rgb(145,177,170); }
td.TdClassName
{
border-color: #91B1AA;
}
.TagClassName
{
border-color: #91B1AA;
}
</style>