Shades of Sea Nymph #84B6A1
Tints of Sea Nymph #84B6A1
RGB
CMYK
RGB Variations
Color information
#84B6A1 (or 0x84B6A1) is known color: Sea Nymph. HEX triplet: 84, B6 and A1. RGB value is (132,182,161). Sum of RGB (Red+Green+Blue) = 132+182+161=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #84B6A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B6A1 is #7B495E. Grayscale: #A4A4A4. Windows color (decimal): -8079711 or 10598020. OLE color: 10598020.
HSL color Cylindrical-coordinate representation of color #84B6A1: hue angle of 154.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B6A1 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 182 | 161 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.29 |
| HSL | 154.8º | 0.26% | 0.62% | - |
| HSV(B) | 154.8º | 0.27% | 0.71% | - |
| XYZ | 32.68 | 40.93 | 39.9 | - |
| YUV | 164.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 161 | 0.27 | 0 | 0.12 | 0.29 | 154.8 | 0.26 | 0.62 |
| Hex | 84 | B6 | A1 | 1B | 0 | C | 1D | 9B | 1A | 3E |
| Octal | 204 | 266 | 241 | 33 | 0 | 14 | 35 | 233 | 32 | 76 |
| Binary | 10000100 | 10110110 | 10100001 | 11011 | 0 | 1100 | 11101 | 10011011 | 11010 | 111110 |
Color Harmonies of #84B6A1
Complementary color
Monochromatic Colors of #84B6A1
Black with #84B6A1
Text Example
Text Example
White with #84B6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B6A1; }
p { color: rgb(132,182,161); }
H1.HeaderClassName
{
color: #84B6A1;
}
.AnyTagClassName
{
color: #84B6A1;
}
</style>
background-color css
<style>
a { background-color: #84B6A1; }
a { background-color: rgb(132,182,161); }
div.DivClassName
{
background-color: #84B6A1;
}
.BgClassName
{
background-color: #84B6A1;
}
</style>
border-color css
<style>
span { border-color: #84B6A1; }
span { border-color: rgb(132,182,161); }
td.TdClassName
{
border-color: #84B6A1;
}
.TagClassName
{
border-color: #84B6A1;
}
</style>