Shades of Sea Nymph #84AD9E
Tints of Sea Nymph #84AD9E
RGB
CMYK
RGB Variations
Color information
#84AD9E (or 0x84AD9E) is known color: Sea Nymph. HEX triplet: 84, AD and 9E. RGB value is (132,173,158). Sum of RGB (Red+Green+Blue) = 132+173+158=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AD9E is #7B5261. Grayscale: #9F9F9F. Windows color (decimal): -8082018 or 10399108. OLE color: 10399108.
HSL color Cylindrical-coordinate representation of color #84AD9E: hue angle of 158.05º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84AD9E is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 158 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.32 |
| HSL | 158.05º | 0.2% | 0.6% | - |
| HSV(B) | 158.05º | 0.24% | 0.68% | - |
| XYZ | 30.63 | 37.26 | 37.93 | - |
| YUV | 159.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 158 | 0.24 | 0 | 0.09 | 0.32 | 158.05 | 0.2 | 0.6 |
| Hex | 84 | AD | 9E | 18 | 0 | 9 | 20 | 9E | 14 | 3C |
| Octal | 204 | 255 | 236 | 30 | 0 | 11 | 40 | 236 | 24 | 74 |
| Binary | 10000100 | 10101101 | 10011110 | 11000 | 0 | 1001 | 100000 | 10011110 | 10100 | 111100 |
Color Harmonies of #84AD9E
Complementary color
Monochromatic Colors of #84AD9E
Black with #84AD9E
Text Example
Text Example
White with #84AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD9E; }
p { color: rgb(132,173,158); }
H1.HeaderClassName
{
color: #84AD9E;
}
.AnyTagClassName
{
color: #84AD9E;
}
</style>
background-color css
<style>
a { background-color: #84AD9E; }
a { background-color: rgb(132,173,158); }
div.DivClassName
{
background-color: #84AD9E;
}
.BgClassName
{
background-color: #84AD9E;
}
</style>
border-color css
<style>
span { border-color: #84AD9E; }
span { border-color: rgb(132,173,158); }
td.TdClassName
{
border-color: #84AD9E;
}
.TagClassName
{
border-color: #84AD9E;
}
</style>