Shades of Sea Nymph #84BBAC
Tints of Sea Nymph #84BBAC
RGB
CMYK
RGB Variations
Color information
#84BBAC (or 0x84BBAC) is known color: Sea Nymph. HEX triplet: 84, BB and AC. RGB value is (132,187,172). Sum of RGB (Red+Green+Blue) = 132+187+172=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBAC is #7B4453. Grayscale: #A8A8A8. Windows color (decimal): -8078420 or 11320196. OLE color: 11320196.
HSL color Cylindrical-coordinate representation of color #84BBAC: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BBAC is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 172 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.27 |
| HSL | 163.64º | 0.29% | 0.63% | - |
| HSV(B) | 163.64º | 0.29% | 0.73% | - |
| XYZ | 34.73 | 43.42 | 45.58 | - |
| YUV | 168.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 172 | 0.29 | 0 | 0.08 | 0.27 | 163.64 | 0.29 | 0.63 |
| Hex | 84 | BB | AC | 1D | 0 | 8 | 1B | A4 | 1D | 3F |
| Octal | 204 | 273 | 254 | 35 | 0 | 10 | 33 | 244 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10101100 | 11101 | 0 | 1000 | 11011 | 10100100 | 11101 | 111111 |
Color Harmonies of #84BBAC
Complementary color
Monochromatic Colors of #84BBAC
Black with #84BBAC
Text Example
Text Example
White with #84BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBAC; }
p { color: rgb(132,187,172); }
H1.HeaderClassName
{
color: #84BBAC;
}
.AnyTagClassName
{
color: #84BBAC;
}
</style>
background-color css
<style>
a { background-color: #84BBAC; }
a { background-color: rgb(132,187,172); }
div.DivClassName
{
background-color: #84BBAC;
}
.BgClassName
{
background-color: #84BBAC;
}
</style>
border-color css
<style>
span { border-color: #84BBAC; }
span { border-color: rgb(132,187,172); }
td.TdClassName
{
border-color: #84BBAC;
}
.TagClassName
{
border-color: #84BBAC;
}
</style>