Shades of Sea Nymph #84B29E
Tints of Sea Nymph #84B29E
RGB
CMYK
RGB Variations
Color information
#84B29E (or 0x84B29E) is known color: Sea Nymph. HEX triplet: 84, B2 and 9E. RGB value is (132,178,158). Sum of RGB (Red+Green+Blue) = 132+178+158=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #84B29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B29E is #7B4D61. Grayscale: #A2A2A2. Windows color (decimal): -8080738 or 10400388. OLE color: 10400388.
HSL color Cylindrical-coordinate representation of color #84B29E: hue angle of 153.91º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84B29E is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 178 | 158 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.30 |
| HSL | 153.91º | 0.23% | 0.61% | - |
| HSV(B) | 153.91º | 0.26% | 0.7% | - |
| XYZ | 31.61 | 39.21 | 38.25 | - |
| YUV | 161.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 158 | 0.26 | 0 | 0.11 | 0.30 | 153.91 | 0.23 | 0.61 |
| Hex | 84 | B2 | 9E | 1A | 0 | B | 1E | 9A | 17 | 3D |
| Octal | 204 | 262 | 236 | 32 | 0 | 13 | 36 | 232 | 27 | 75 |
| Binary | 10000100 | 10110010 | 10011110 | 11010 | 0 | 1011 | 11110 | 10011010 | 10111 | 111101 |
Color Harmonies of #84B29E
Complementary color
Monochromatic Colors of #84B29E
Black with #84B29E
Text Example
Text Example
White with #84B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B29E; }
p { color: rgb(132,178,158); }
H1.HeaderClassName
{
color: #84B29E;
}
.AnyTagClassName
{
color: #84B29E;
}
</style>
background-color css
<style>
a { background-color: #84B29E; }
a { background-color: rgb(132,178,158); }
div.DivClassName
{
background-color: #84B29E;
}
.BgClassName
{
background-color: #84B29E;
}
</style>
border-color css
<style>
span { border-color: #84B29E; }
span { border-color: rgb(132,178,158); }
td.TdClassName
{
border-color: #84B29E;
}
.TagClassName
{
border-color: #84B29E;
}
</style>