Shades of Sea Nymph #90AFAA
Tints of Sea Nymph #90AFAA
RGB
CMYK
RGB Variations
Color information
#90AFAA (or 0x90AFAA) is known color: Sea Nymph. HEX triplet: 90, AF and AA. RGB value is (144,175,170). Sum of RGB (Red+Green+Blue) = 144+175+170=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #90AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AFAA is #6F5055. Grayscale: #A5A5A5. Windows color (decimal): -7295062 or 11186064. OLE color: 11186064.
HSL color Cylindrical-coordinate representation of color #90AFAA: hue angle of 170.32º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90AFAA is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 170 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.31 |
| HSL | 170.32º | 0.16% | 0.63% | - |
| HSV(B) | 170.32º | 0.18% | 0.69% | - |
| XYZ | 34.09 | 39.49 | 43.86 | - |
| YUV | 165.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 170 | 0.18 | 0 | 0.03 | 0.31 | 170.32 | 0.16 | 0.63 |
| Hex | 90 | AF | AA | 12 | 0 | 3 | 1F | AA | 10 | 3F |
| Octal | 220 | 257 | 252 | 22 | 0 | 3 | 37 | 252 | 20 | 77 |
| Binary | 10010000 | 10101111 | 10101010 | 10010 | 0 | 11 | 11111 | 10101010 | 10000 | 111111 |
Color Harmonies of #90AFAA
Complementary color
Monochromatic Colors of #90AFAA
Black with #90AFAA
Text Example
Text Example
White with #90AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFAA; }
p { color: rgb(144,175,170); }
H1.HeaderClassName
{
color: #90AFAA;
}
.AnyTagClassName
{
color: #90AFAA;
}
</style>
background-color css
<style>
a { background-color: #90AFAA; }
a { background-color: rgb(144,175,170); }
div.DivClassName
{
background-color: #90AFAA;
}
.BgClassName
{
background-color: #90AFAA;
}
</style>
border-color css
<style>
span { border-color: #90AFAA; }
span { border-color: rgb(144,175,170); }
td.TdClassName
{
border-color: #90AFAA;
}
.TagClassName
{
border-color: #90AFAA;
}
</style>