Shades of Sea Nymph #90AEA5
Tints of Sea Nymph #90AEA5
RGB
CMYK
RGB Variations
Color information
#90AEA5 (or 0x90AEA5) is known color: Sea Nymph. HEX triplet: 90, AE and A5. RGB value is (144,174,165). Sum of RGB (Red+Green+Blue) = 144+174+165=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #90AEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AEA5 is #6F515A. Grayscale: #A4A4A4. Windows color (decimal): -7295323 or 10858128. OLE color: 10858128.
HSL color Cylindrical-coordinate representation of color #90AEA5: hue angle of 162º degrees, saturation: 0.16, 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 #90AEA5 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 174 | 165 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.32 |
| HSL | 162º | 0.16% | 0.62% | - |
| HSV(B) | 162º | 0.17% | 0.68% | - |
| XYZ | 33.43 | 38.92 | 41.35 | - |
| YUV | 164 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 165 | 0.17 | 0 | 0.05 | 0.32 | 162 | 0.16 | 0.62 |
| Hex | 90 | AE | A5 | 11 | 0 | 5 | 20 | A2 | 10 | 3E |
| Octal | 220 | 256 | 245 | 21 | 0 | 5 | 40 | 242 | 20 | 76 |
| Binary | 10010000 | 10101110 | 10100101 | 10001 | 0 | 101 | 100000 | 10100010 | 10000 | 111110 |
Color Harmonies of #90AEA5
Complementary color
Monochromatic Colors of #90AEA5
Black with #90AEA5
Text Example
Text Example
White with #90AEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEA5; }
p { color: rgb(144,174,165); }
H1.HeaderClassName
{
color: #90AEA5;
}
.AnyTagClassName
{
color: #90AEA5;
}
</style>
background-color css
<style>
a { background-color: #90AEA5; }
a { background-color: rgb(144,174,165); }
div.DivClassName
{
background-color: #90AEA5;
}
.BgClassName
{
background-color: #90AEA5;
}
</style>
border-color css
<style>
span { border-color: #90AEA5; }
span { border-color: rgb(144,174,165); }
td.TdClassName
{
border-color: #90AEA5;
}
.TagClassName
{
border-color: #90AEA5;
}
</style>