Shades of Sea Nymph #90B8AD
Tints of Sea Nymph #90B8AD
RGB
CMYK
RGB Variations
Color information
#90B8AD (or 0x90B8AD) is known color: Sea Nymph. HEX triplet: 90, B8 and AD. RGB value is (144,184,173). Sum of RGB (Red+Green+Blue) = 144+184+173=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 184 - color contains mainly: green. Hex color #90B8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B8AD is #6F4752. Grayscale: #AAAAAA. Windows color (decimal): -7292755 or 11384976. OLE color: 11384976.
HSL color Cylindrical-coordinate representation of color #90B8AD: hue angle of 163.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90B8AD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 184 | 173 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.28 |
| HSL | 163.5º | 0.22% | 0.64% | - |
| HSV(B) | 163.5º | 0.22% | 0.72% | - |
| XYZ | 36.18 | 43.23 | 45.97 | - |
| YUV | 170.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 184 | 173 | 0.22 | 0 | 0.06 | 0.28 | 163.5 | 0.22 | 0.64 |
| Hex | 90 | B8 | AD | 16 | 0 | 6 | 1C | A4 | 16 | 40 |
| Octal | 220 | 270 | 255 | 26 | 0 | 6 | 34 | 244 | 26 | 100 |
| Binary | 10010000 | 10111000 | 10101101 | 10110 | 0 | 110 | 11100 | 10100100 | 10110 | 1000000 |
Color Harmonies of #90B8AD
Complementary color
Monochromatic Colors of #90B8AD
Black with #90B8AD
Text Example
Text Example
White with #90B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B8AD; }
p { color: rgb(144,184,173); }
H1.HeaderClassName
{
color: #90B8AD;
}
.AnyTagClassName
{
color: #90B8AD;
}
</style>
background-color css
<style>
a { background-color: #90B8AD; }
a { background-color: rgb(144,184,173); }
div.DivClassName
{
background-color: #90B8AD;
}
.BgClassName
{
background-color: #90B8AD;
}
</style>
border-color css
<style>
span { border-color: #90B8AD; }
span { border-color: rgb(144,184,173); }
td.TdClassName
{
border-color: #90B8AD;
}
.TagClassName
{
border-color: #90B8AD;
}
</style>