Shades of Sea Nymph #90B1AB
Tints of Sea Nymph #90B1AB
RGB
CMYK
RGB Variations
Color information
#90B1AB (or 0x90B1AB) is known color: Sea Nymph. HEX triplet: 90, B1 and AB. RGB value is (144,177,171). Sum of RGB (Red+Green+Blue) = 144+177+171=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #90B1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B1AB is #6F4E54. Grayscale: #A6A6A6. Windows color (decimal): -7294549 or 11252112. OLE color: 11252112.
HSL color Cylindrical-coordinate representation of color #90B1AB: hue angle of 169.09º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90B1AB is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 171 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.31 |
| HSL | 169.09º | 0.17% | 0.63% | - |
| HSV(B) | 169.09º | 0.19% | 0.69% | - |
| XYZ | 34.57 | 40.31 | 44.49 | - |
| YUV | 166.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 171 | 0.19 | 0 | 0.03 | 0.31 | 169.09 | 0.17 | 0.63 |
| Hex | 90 | B1 | AB | 13 | 0 | 3 | 1F | A9 | 11 | 3F |
| Octal | 220 | 261 | 253 | 23 | 0 | 3 | 37 | 251 | 21 | 77 |
| Binary | 10010000 | 10110001 | 10101011 | 10011 | 0 | 11 | 11111 | 10101001 | 10001 | 111111 |
Color Harmonies of #90B1AB
Complementary color
Monochromatic Colors of #90B1AB
Black with #90B1AB
Text Example
Text Example
White with #90B1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B1AB; }
p { color: rgb(144,177,171); }
H1.HeaderClassName
{
color: #90B1AB;
}
.AnyTagClassName
{
color: #90B1AB;
}
</style>
background-color css
<style>
a { background-color: #90B1AB; }
a { background-color: rgb(144,177,171); }
div.DivClassName
{
background-color: #90B1AB;
}
.BgClassName
{
background-color: #90B1AB;
}
</style>
border-color css
<style>
span { border-color: #90B1AB; }
span { border-color: rgb(144,177,171); }
td.TdClassName
{
border-color: #90B1AB;
}
.TagClassName
{
border-color: #90B1AB;
}
</style>