Shades of Sea Nymph #90B1A8
Tints of Sea Nymph #90B1A8
RGB
CMYK
RGB Variations
Color information
#90B1A8 (or 0x90B1A8) is known color: Sea Nymph. HEX triplet: 90, B1 and A8. RGB value is (144,177,168). Sum of RGB (Red+Green+Blue) = 144+177+168=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #90B1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B1A8 is #6F4E57. Grayscale: #A6A6A6. Windows color (decimal): -7294552 or 11055504. OLE color: 11055504.
HSL color Cylindrical-coordinate representation of color #90B1A8: hue angle of 163.64º 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 #90B1A8 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 168 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.31 |
| HSL | 163.64º | 0.17% | 0.63% | - |
| HSV(B) | 163.64º | 0.19% | 0.69% | - |
| XYZ | 34.29 | 40.2 | 43 | - |
| YUV | 166.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 168 | 0.19 | 0 | 0.05 | 0.31 | 163.64 | 0.17 | 0.63 |
| Hex | 90 | B1 | A8 | 13 | 0 | 5 | 1F | A4 | 11 | 3F |
| Octal | 220 | 261 | 250 | 23 | 0 | 5 | 37 | 244 | 21 | 77 |
| Binary | 10010000 | 10110001 | 10101000 | 10011 | 0 | 101 | 11111 | 10100100 | 10001 | 111111 |
Color Harmonies of #90B1A8
Complementary color
Monochromatic Colors of #90B1A8
Black with #90B1A8
Text Example
Text Example
White with #90B1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B1A8; }
p { color: rgb(144,177,168); }
H1.HeaderClassName
{
color: #90B1A8;
}
.AnyTagClassName
{
color: #90B1A8;
}
</style>
background-color css
<style>
a { background-color: #90B1A8; }
a { background-color: rgb(144,177,168); }
div.DivClassName
{
background-color: #90B1A8;
}
.BgClassName
{
background-color: #90B1A8;
}
</style>
border-color css
<style>
span { border-color: #90B1A8; }
span { border-color: rgb(144,177,168); }
td.TdClassName
{
border-color: #90B1A8;
}
.TagClassName
{
border-color: #90B1A8;
}
</style>