Shades of Sea Nymph #90ADA4
Tints of Sea Nymph #90ADA4
RGB
CMYK
RGB Variations
Color information
#90ADA4 (or 0x90ADA4) is known color: Sea Nymph. HEX triplet: 90, AD and A4. RGB value is (144,173,164). Sum of RGB (Red+Green+Blue) = 144+173+164=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #90ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADA4 is #6F525B. Grayscale: #A3A3A3. Windows color (decimal): -7295580 or 10792336. OLE color: 10792336.
HSL color Cylindrical-coordinate representation of color #90ADA4: hue angle of 161.38º 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 #90ADA4 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 164 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.32 |
| HSL | 161.38º | 0.15% | 0.62% | - |
| HSV(B) | 161.38º | 0.17% | 0.68% | - |
| XYZ | 33.15 | 38.5 | 40.81 | - |
| YUV | 163.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 164 | 0.17 | 0 | 0.05 | 0.32 | 161.38 | 0.15 | 0.62 |
| Hex | 90 | AD | A4 | 11 | 0 | 5 | 20 | A1 | F | 3E |
| Octal | 220 | 255 | 244 | 21 | 0 | 5 | 40 | 241 | 17 | 76 |
| Binary | 10010000 | 10101101 | 10100100 | 10001 | 0 | 101 | 100000 | 10100001 | 1111 | 111110 |
Color Harmonies of #90ADA4
Complementary color
Monochromatic Colors of #90ADA4
Black with #90ADA4
Text Example
Text Example
White with #90ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADA4; }
p { color: rgb(144,173,164); }
H1.HeaderClassName
{
color: #90ADA4;
}
.AnyTagClassName
{
color: #90ADA4;
}
</style>
background-color css
<style>
a { background-color: #90ADA4; }
a { background-color: rgb(144,173,164); }
div.DivClassName
{
background-color: #90ADA4;
}
.BgClassName
{
background-color: #90ADA4;
}
</style>
border-color css
<style>
span { border-color: #90ADA4; }
span { border-color: rgb(144,173,164); }
td.TdClassName
{
border-color: #90ADA4;
}
.TagClassName
{
border-color: #90ADA4;
}
</style>