Shades of Sea Nymph #90B3AC
Tints of Sea Nymph #90B3AC
RGB
CMYK
RGB Variations
Color information
#90B3AC (or 0x90B3AC) is known color: Sea Nymph. HEX triplet: 90, B3 and AC. RGB value is (144,179,172). Sum of RGB (Red+Green+Blue) = 144+179+172=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 179 - color contains mainly: green. Hex color #90B3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B3AC is #6F4C53. Grayscale: #A7A7A7. Windows color (decimal): -7294036 or 11318160. OLE color: 11318160.
HSL color Cylindrical-coordinate representation of color #90B3AC: hue angle of 168º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B3AC is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 172 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.30 |
| HSL | 168º | 0.19% | 0.63% | - |
| HSV(B) | 168º | 0.2% | 0.7% | - |
| XYZ | 35.07 | 41.15 | 45.12 | - |
| YUV | 167.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 172 | 0.20 | 0 | 0.04 | 0.30 | 168 | 0.19 | 0.63 |
| Hex | 90 | B3 | AC | 14 | 0 | 4 | 1E | A8 | 13 | 3F |
| Octal | 220 | 263 | 254 | 24 | 0 | 4 | 36 | 250 | 23 | 77 |
| Binary | 10010000 | 10110011 | 10101100 | 10100 | 0 | 100 | 11110 | 10101000 | 10011 | 111111 |
Color Harmonies of #90B3AC
Complementary color
Monochromatic Colors of #90B3AC
Black with #90B3AC
Text Example
Text Example
White with #90B3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B3AC; }
p { color: rgb(144,179,172); }
H1.HeaderClassName
{
color: #90B3AC;
}
.AnyTagClassName
{
color: #90B3AC;
}
</style>
background-color css
<style>
a { background-color: #90B3AC; }
a { background-color: rgb(144,179,172); }
div.DivClassName
{
background-color: #90B3AC;
}
.BgClassName
{
background-color: #90B3AC;
}
</style>
border-color css
<style>
span { border-color: #90B3AC; }
span { border-color: rgb(144,179,172); }
td.TdClassName
{
border-color: #90B3AC;
}
.TagClassName
{
border-color: #90B3AC;
}
</style>