Shades of Sea Nymph #84BBA6
Tints of Sea Nymph #84BBA6
RGB
CMYK
RGB Variations
Color information
#84BBA6 (or 0x84BBA6) is known color: Sea Nymph. HEX triplet: 84, BB and A6. RGB value is (132,187,166). Sum of RGB (Red+Green+Blue) = 132+187+166=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBA6 is #7B4459. Grayscale: #A8A8A8. Windows color (decimal): -8078426 or 10926980. OLE color: 10926980.
HSL color Cylindrical-coordinate representation of color #84BBA6: hue angle of 157.09º 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 #84BBA6 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 166 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.27 |
| HSL | 157.09º | 0.29% | 0.63% | - |
| HSV(B) | 157.09º | 0.29% | 0.73% | - |
| XYZ | 34.17 | 43.2 | 42.61 | - |
| YUV | 168.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 166 | 0.29 | 0 | 0.11 | 0.27 | 157.09 | 0.29 | 0.63 |
| Hex | 84 | BB | A6 | 1D | 0 | B | 1B | 9D | 1D | 3F |
| Octal | 204 | 273 | 246 | 35 | 0 | 13 | 33 | 235 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10100110 | 11101 | 0 | 1011 | 11011 | 10011101 | 11101 | 111111 |
Color Harmonies of #84BBA6
Complementary color
Monochromatic Colors of #84BBA6
Black with #84BBA6
Text Example
Text Example
White with #84BBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBA6; }
p { color: rgb(132,187,166); }
H1.HeaderClassName
{
color: #84BBA6;
}
.AnyTagClassName
{
color: #84BBA6;
}
</style>
background-color css
<style>
a { background-color: #84BBA6; }
a { background-color: rgb(132,187,166); }
div.DivClassName
{
background-color: #84BBA6;
}
.BgClassName
{
background-color: #84BBA6;
}
</style>
border-color css
<style>
span { border-color: #84BBA6; }
span { border-color: rgb(132,187,166); }
td.TdClassName
{
border-color: #84BBA6;
}
.TagClassName
{
border-color: #84BBA6;
}
</style>