Shades of Sea Nymph #90ADA5
Tints of Sea Nymph #90ADA5
RGB
CMYK
RGB Variations
Color information
#90ADA5 (or 0x90ADA5) is known color: Sea Nymph. HEX triplet: 90, AD and A5. RGB value is (144,173,165). Sum of RGB (Red+Green+Blue) = 144+173+165=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 173 - color contains mainly: green. Hex color #90ADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADA5 is #6F525A. Grayscale: #A3A3A3. Windows color (decimal): -7295579 or 10857872. OLE color: 10857872.
HSL color Cylindrical-coordinate representation of color #90ADA5: hue angle of 163.45º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90ADA5 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 165 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.32 |
| HSL | 163.45º | 0.15% | 0.62% | - |
| HSV(B) | 163.45º | 0.17% | 0.68% | - |
| XYZ | 33.24 | 38.53 | 41.28 | - |
| YUV | 163.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 165 | 0.17 | 0 | 0.05 | 0.32 | 163.45 | 0.15 | 0.62 |
| Hex | 90 | AD | A5 | 11 | 0 | 5 | 20 | A3 | F | 3E |
| Octal | 220 | 255 | 245 | 21 | 0 | 5 | 40 | 243 | 17 | 76 |
| Binary | 10010000 | 10101101 | 10100101 | 10001 | 0 | 101 | 100000 | 10100011 | 1111 | 111110 |
Color Harmonies of #90ADA5
Complementary color
Monochromatic Colors of #90ADA5
Black with #90ADA5
Text Example
Text Example
White with #90ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADA5; }
p { color: rgb(144,173,165); }
H1.HeaderClassName
{
color: #90ADA5;
}
.AnyTagClassName
{
color: #90ADA5;
}
</style>
background-color css
<style>
a { background-color: #90ADA5; }
a { background-color: rgb(144,173,165); }
div.DivClassName
{
background-color: #90ADA5;
}
.BgClassName
{
background-color: #90ADA5;
}
</style>
border-color css
<style>
span { border-color: #90ADA5; }
span { border-color: rgb(144,173,165); }
td.TdClassName
{
border-color: #90ADA5;
}
.TagClassName
{
border-color: #90ADA5;
}
</style>