Shades of Sea Nymph #84AC9E
Tints of Sea Nymph #84AC9E
RGB
CMYK
RGB Variations
Color information
#84AC9E (or 0x84AC9E) is known color: Sea Nymph. HEX triplet: 84, AC and 9E. RGB value is (132,172,158). Sum of RGB (Red+Green+Blue) = 132+172+158=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AC9E is #7B5361. Grayscale: #9E9E9E. Windows color (decimal): -8082274 or 10398852. OLE color: 10398852.
HSL color Cylindrical-coordinate representation of color #84AC9E: hue angle of 159º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84AC9E is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 172 | 158 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.33 |
| HSL | 159º | 0.19% | 0.6% | - |
| HSV(B) | 159º | 0.23% | 0.67% | - |
| XYZ | 30.44 | 36.88 | 37.86 | - |
| YUV | 158.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 158 | 0.23 | 0 | 0.08 | 0.33 | 159 | 0.19 | 0.6 |
| Hex | 84 | AC | 9E | 17 | 0 | 8 | 21 | 9F | 13 | 3C |
| Octal | 204 | 254 | 236 | 27 | 0 | 10 | 41 | 237 | 23 | 74 |
| Binary | 10000100 | 10101100 | 10011110 | 10111 | 0 | 1000 | 100001 | 10011111 | 10011 | 111100 |
Color Harmonies of #84AC9E
Complementary color
Monochromatic Colors of #84AC9E
Black with #84AC9E
Text Example
Text Example
White with #84AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AC9E; }
p { color: rgb(132,172,158); }
H1.HeaderClassName
{
color: #84AC9E;
}
.AnyTagClassName
{
color: #84AC9E;
}
</style>
background-color css
<style>
a { background-color: #84AC9E; }
a { background-color: rgb(132,172,158); }
div.DivClassName
{
background-color: #84AC9E;
}
.BgClassName
{
background-color: #84AC9E;
}
</style>
border-color css
<style>
span { border-color: #84AC9E; }
span { border-color: rgb(132,172,158); }
td.TdClassName
{
border-color: #84AC9E;
}
.TagClassName
{
border-color: #84AC9E;
}
</style>