Shades of Sea Nymph #84B6AB
Tints of Sea Nymph #84B6AB
RGB
CMYK
RGB Variations
Color information
#84B6AB (or 0x84B6AB) is known color: Sea Nymph. HEX triplet: 84, B6 and AB. RGB value is (132,182,171). Sum of RGB (Red+Green+Blue) = 132+182+171=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #84B6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B6AB is #7B4954. Grayscale: #A5A5A5. Windows color (decimal): -8079701 or 11253380. OLE color: 11253380.
HSL color Cylindrical-coordinate representation of color #84B6AB: hue angle of 166.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 #84B6AB is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 182 | 171 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.29 |
| HSL | 166.8º | 0.26% | 0.62% | - |
| HSV(B) | 166.8º | 0.27% | 0.71% | - |
| XYZ | 33.59 | 41.3 | 44.73 | - |
| YUV | 165.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 171 | 0.27 | 0 | 0.06 | 0.29 | 166.8 | 0.26 | 0.62 |
| Hex | 84 | B6 | AB | 1B | 0 | 6 | 1D | A7 | 1A | 3E |
| Octal | 204 | 266 | 253 | 33 | 0 | 6 | 35 | 247 | 32 | 76 |
| Binary | 10000100 | 10110110 | 10101011 | 11011 | 0 | 110 | 11101 | 10100111 | 11010 | 111110 |
Color Harmonies of #84B6AB
Complementary color
Monochromatic Colors of #84B6AB
Black with #84B6AB
Text Example
Text Example
White with #84B6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B6AB; }
p { color: rgb(132,182,171); }
H1.HeaderClassName
{
color: #84B6AB;
}
.AnyTagClassName
{
color: #84B6AB;
}
</style>
background-color css
<style>
a { background-color: #84B6AB; }
a { background-color: rgb(132,182,171); }
div.DivClassName
{
background-color: #84B6AB;
}
.BgClassName
{
background-color: #84B6AB;
}
</style>
border-color css
<style>
span { border-color: #84B6AB; }
span { border-color: rgb(132,182,171); }
td.TdClassName
{
border-color: #84B6AB;
}
.TagClassName
{
border-color: #84B6AB;
}
</style>