Shades of Sea Nymph #90ADA3
Tints of Sea Nymph #90ADA3
RGB
CMYK
RGB Variations
Color information
#90ADA3 (or 0x90ADA3) is known color: Sea Nymph. HEX triplet: 90, AD and A3. RGB value is (144,173,163). Sum of RGB (Red+Green+Blue) = 144+173+163=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #90ADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADA3 is #6F525C. Grayscale: #A3A3A3. Windows color (decimal): -7295581 or 10726800. OLE color: 10726800.
HSL color Cylindrical-coordinate representation of color #90ADA3: hue angle of 159.31º 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 #90ADA3 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 163 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.32 |
| HSL | 159.31º | 0.15% | 0.62% | - |
| HSV(B) | 159.31º | 0.17% | 0.68% | - |
| XYZ | 33.06 | 38.46 | 40.33 | - |
| YUV | 163.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 163 | 0.17 | 0 | 0.06 | 0.32 | 159.31 | 0.15 | 0.62 |
| Hex | 90 | AD | A3 | 11 | 0 | 6 | 20 | 9F | F | 3E |
| Octal | 220 | 255 | 243 | 21 | 0 | 6 | 40 | 237 | 17 | 76 |
| Binary | 10010000 | 10101101 | 10100011 | 10001 | 0 | 110 | 100000 | 10011111 | 1111 | 111110 |
Color Harmonies of #90ADA3
Complementary color
Monochromatic Colors of #90ADA3
Black with #90ADA3
Text Example
Text Example
White with #90ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADA3; }
p { color: rgb(144,173,163); }
H1.HeaderClassName
{
color: #90ADA3;
}
.AnyTagClassName
{
color: #90ADA3;
}
</style>
background-color css
<style>
a { background-color: #90ADA3; }
a { background-color: rgb(144,173,163); }
div.DivClassName
{
background-color: #90ADA3;
}
.BgClassName
{
background-color: #90ADA3;
}
</style>
border-color css
<style>
span { border-color: #90ADA3; }
span { border-color: rgb(144,173,163); }
td.TdClassName
{
border-color: #90ADA3;
}
.TagClassName
{
border-color: #90ADA3;
}
</style>