Shades of Sea Nymph #91AEAA
Tints of Sea Nymph #91AEAA
RGB
CMYK
RGB Variations
Color information
#91AEAA (or 0x91AEAA) is known color: Sea Nymph. HEX triplet: 91, AE and AA. RGB value is (145,174,170). Sum of RGB (Red+Green+Blue) = 145+174+170=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #91AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AEAA is #6E5155. Grayscale: #A4A4A4. Windows color (decimal): -7229782 or 11185809. OLE color: 11185809.
HSL color Cylindrical-coordinate representation of color #91AEAA: hue angle of 171.72º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91AEAA is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 174 | 170 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.32 |
| HSL | 171.72º | 0.15% | 0.63% | - |
| HSV(B) | 171.72º | 0.17% | 0.68% | - |
| XYZ | 34.07 | 39.19 | 43.8 | - |
| YUV | 164.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 174 | 170 | 0.17 | 0 | 0.02 | 0.32 | 171.72 | 0.15 | 0.63 |
| Hex | 91 | AE | AA | 11 | 0 | 2 | 20 | AC | F | 3F |
| Octal | 221 | 256 | 252 | 21 | 0 | 2 | 40 | 254 | 17 | 77 |
| Binary | 10010001 | 10101110 | 10101010 | 10001 | 0 | 10 | 100000 | 10101100 | 1111 | 111111 |
Color Harmonies of #91AEAA
Complementary color
Monochromatic Colors of #91AEAA
Black with #91AEAA
Text Example
Text Example
White with #91AEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AEAA; }
p { color: rgb(145,174,170); }
H1.HeaderClassName
{
color: #91AEAA;
}
.AnyTagClassName
{
color: #91AEAA;
}
</style>
background-color css
<style>
a { background-color: #91AEAA; }
a { background-color: rgb(145,174,170); }
div.DivClassName
{
background-color: #91AEAA;
}
.BgClassName
{
background-color: #91AEAA;
}
</style>
border-color css
<style>
span { border-color: #91AEAA; }
span { border-color: rgb(145,174,170); }
td.TdClassName
{
border-color: #91AEAA;
}
.TagClassName
{
border-color: #91AEAA;
}
</style>