Shades of Sea Nymph #84BBAB
Tints of Sea Nymph #84BBAB
RGB
CMYK
RGB Variations
Color information
#84BBAB (or 0x84BBAB) is known color: Sea Nymph. HEX triplet: 84, BB and AB. RGB value is (132,187,171). Sum of RGB (Red+Green+Blue) = 132+187+171=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBAB is #7B4454. Grayscale: #A8A8A8. Windows color (decimal): -8078421 or 11254660. OLE color: 11254660.
HSL color Cylindrical-coordinate representation of color #84BBAB: hue angle of 162.55º 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 #84BBAB is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 171 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.27 |
| HSL | 162.55º | 0.29% | 0.63% | - |
| HSV(B) | 162.55º | 0.29% | 0.73% | - |
| XYZ | 34.64 | 43.39 | 45.08 | - |
| YUV | 168.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 171 | 0.29 | 0 | 0.09 | 0.27 | 162.55 | 0.29 | 0.63 |
| Hex | 84 | BB | AB | 1D | 0 | 9 | 1B | A3 | 1D | 3F |
| Octal | 204 | 273 | 253 | 35 | 0 | 11 | 33 | 243 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10101011 | 11101 | 0 | 1001 | 11011 | 10100011 | 11101 | 111111 |
Color Harmonies of #84BBAB
Complementary color
Monochromatic Colors of #84BBAB
Black with #84BBAB
Text Example
Text Example
White with #84BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBAB; }
p { color: rgb(132,187,171); }
H1.HeaderClassName
{
color: #84BBAB;
}
.AnyTagClassName
{
color: #84BBAB;
}
</style>
background-color css
<style>
a { background-color: #84BBAB; }
a { background-color: rgb(132,187,171); }
div.DivClassName
{
background-color: #84BBAB;
}
.BgClassName
{
background-color: #84BBAB;
}
</style>
border-color css
<style>
span { border-color: #84BBAB; }
span { border-color: rgb(132,187,171); }
td.TdClassName
{
border-color: #84BBAB;
}
.TagClassName
{
border-color: #84BBAB;
}
</style>