Shades of Sea Nymph #91AFA6
Tints of Sea Nymph #91AFA6
RGB
CMYK
RGB Variations
Color information
#91AFA6 (or 0x91AFA6) is known color: Sea Nymph. HEX triplet: 91, AF and A6. RGB value is (145,175,166). Sum of RGB (Red+Green+Blue) = 145+175+166=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #91AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AFA6 is #6E5059. Grayscale: #A5A5A5. Windows color (decimal): -7229530 or 10923921. OLE color: 10923921.
HSL color Cylindrical-coordinate representation of color #91AFA6: hue angle of 162º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91AFA6 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 175 | 166 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.31 |
| HSL | 162º | 0.16% | 0.63% | - |
| HSV(B) | 162º | 0.17% | 0.69% | - |
| XYZ | 33.89 | 39.43 | 41.9 | - |
| YUV | 165 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 166 | 0.17 | 0 | 0.05 | 0.31 | 162 | 0.16 | 0.63 |
| Hex | 91 | AF | A6 | 11 | 0 | 5 | 1F | A2 | 10 | 3F |
| Octal | 221 | 257 | 246 | 21 | 0 | 5 | 37 | 242 | 20 | 77 |
| Binary | 10010001 | 10101111 | 10100110 | 10001 | 0 | 101 | 11111 | 10100010 | 10000 | 111111 |
Color Harmonies of #91AFA6
Complementary color
Monochromatic Colors of #91AFA6
Black with #91AFA6
Text Example
Text Example
White with #91AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AFA6; }
p { color: rgb(145,175,166); }
H1.HeaderClassName
{
color: #91AFA6;
}
.AnyTagClassName
{
color: #91AFA6;
}
</style>
background-color css
<style>
a { background-color: #91AFA6; }
a { background-color: rgb(145,175,166); }
div.DivClassName
{
background-color: #91AFA6;
}
.BgClassName
{
background-color: #91AFA6;
}
</style>
border-color css
<style>
span { border-color: #91AFA6; }
span { border-color: rgb(145,175,166); }
td.TdClassName
{
border-color: #91AFA6;
}
.TagClassName
{
border-color: #91AFA6;
}
</style>