Shades of Sea Nymph #90AAA6
Tints of Sea Nymph #90AAA6
RGB
CMYK
RGB Variations
Color information
#90AAA6 (or 0x90AAA6) is known color: Sea Nymph. HEX triplet: 90, AA and A6. RGB value is (144,170,166). Sum of RGB (Red+Green+Blue) = 144+170+166=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 170 - color contains mainly: green. Hex color #90AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAA6 is #6F5559. Grayscale: #A1A1A1. Windows color (decimal): -7296346 or 10922640. OLE color: 10922640.
HSL color Cylindrical-coordinate representation of color #90AAA6: hue angle of 170.77º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90AAA6 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 166 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.33 |
| HSL | 170.77º | 0.13% | 0.62% | - |
| HSV(B) | 170.77º | 0.15% | 0.67% | - |
| XYZ | 32.76 | 37.43 | 41.57 | - |
| YUV | 161.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 166 | 0.15 | 0 | 0.02 | 0.33 | 170.77 | 0.13 | 0.62 |
| Hex | 90 | AA | A6 | F | 0 | 2 | 21 | AB | D | 3E |
| Octal | 220 | 252 | 246 | 17 | 0 | 2 | 41 | 253 | 15 | 76 |
| Binary | 10010000 | 10101010 | 10100110 | 1111 | 0 | 10 | 100001 | 10101011 | 1101 | 111110 |
Color Harmonies of #90AAA6
Complementary color
Monochromatic Colors of #90AAA6
Black with #90AAA6
Text Example
Text Example
White with #90AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AAA6; }
p { color: rgb(144,170,166); }
H1.HeaderClassName
{
color: #90AAA6;
}
.AnyTagClassName
{
color: #90AAA6;
}
</style>
background-color css
<style>
a { background-color: #90AAA6; }
a { background-color: rgb(144,170,166); }
div.DivClassName
{
background-color: #90AAA6;
}
.BgClassName
{
background-color: #90AAA6;
}
</style>
border-color css
<style>
span { border-color: #90AAA6; }
span { border-color: rgb(144,170,166); }
td.TdClassName
{
border-color: #90AAA6;
}
.TagClassName
{
border-color: #90AAA6;
}
</style>