Shades of Sea Nymph #90B9AC
Tints of Sea Nymph #90B9AC
RGB
CMYK
RGB Variations
Color information
#90B9AC (or 0x90B9AC) is known color: Sea Nymph. HEX triplet: 90, B9 and AC. RGB value is (144,185,172). Sum of RGB (Red+Green+Blue) = 144+185+172=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #90B9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B9AC is #6F4653. Grayscale: #ABABAB. Windows color (decimal): -7292500 or 11319696. OLE color: 11319696.
HSL color Cylindrical-coordinate representation of color #90B9AC: hue angle of 160.98º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90B9AC is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 185 | 172 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.27 |
| HSL | 160.98º | 0.23% | 0.65% | - |
| HSV(B) | 160.98º | 0.22% | 0.73% | - |
| XYZ | 36.3 | 43.61 | 45.53 | - |
| YUV | 171.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 185 | 172 | 0.22 | 0 | 0.07 | 0.27 | 160.98 | 0.23 | 0.65 |
| Hex | 90 | B9 | AC | 16 | 0 | 7 | 1B | A1 | 17 | 41 |
| Octal | 220 | 271 | 254 | 26 | 0 | 7 | 33 | 241 | 27 | 101 |
| Binary | 10010000 | 10111001 | 10101100 | 10110 | 0 | 111 | 11011 | 10100001 | 10111 | 1000001 |
Color Harmonies of #90B9AC
Complementary color
Monochromatic Colors of #90B9AC
Black with #90B9AC
Text Example
Text Example
White with #90B9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B9AC; }
p { color: rgb(144,185,172); }
H1.HeaderClassName
{
color: #90B9AC;
}
.AnyTagClassName
{
color: #90B9AC;
}
</style>
background-color css
<style>
a { background-color: #90B9AC; }
a { background-color: rgb(144,185,172); }
div.DivClassName
{
background-color: #90B9AC;
}
.BgClassName
{
background-color: #90B9AC;
}
</style>
border-color css
<style>
span { border-color: #90B9AC; }
span { border-color: rgb(144,185,172); }
td.TdClassName
{
border-color: #90B9AC;
}
.TagClassName
{
border-color: #90B9AC;
}
</style>