Shades of Sea Nymph #84BBA7
Tints of Sea Nymph #84BBA7
RGB
CMYK
RGB Variations
Color information
#84BBA7 (or 0x84BBA7) is known color: Sea Nymph. HEX triplet: 84, BB and A7. RGB value is (132,187,167). Sum of RGB (Red+Green+Blue) = 132+187+167=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBA7 is #7B4458. Grayscale: #A8A8A8. Windows color (decimal): -8078425 or 10992516. OLE color: 10992516.
HSL color Cylindrical-coordinate representation of color #84BBA7: hue angle of 158.18º 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 #84BBA7 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 167 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.27 |
| HSL | 158.18º | 0.29% | 0.63% | - |
| HSV(B) | 158.18º | 0.29% | 0.73% | - |
| XYZ | 34.26 | 43.24 | 43.1 | - |
| YUV | 168.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 167 | 0.29 | 0 | 0.11 | 0.27 | 158.18 | 0.29 | 0.63 |
| Hex | 84 | BB | A7 | 1D | 0 | B | 1B | 9E | 1D | 3F |
| Octal | 204 | 273 | 247 | 35 | 0 | 13 | 33 | 236 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10100111 | 11101 | 0 | 1011 | 11011 | 10011110 | 11101 | 111111 |
Color Harmonies of #84BBA7
Complementary color
Monochromatic Colors of #84BBA7
Black with #84BBA7
Text Example
Text Example
White with #84BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBA7; }
p { color: rgb(132,187,167); }
H1.HeaderClassName
{
color: #84BBA7;
}
.AnyTagClassName
{
color: #84BBA7;
}
</style>
background-color css
<style>
a { background-color: #84BBA7; }
a { background-color: rgb(132,187,167); }
div.DivClassName
{
background-color: #84BBA7;
}
.BgClassName
{
background-color: #84BBA7;
}
</style>
border-color css
<style>
span { border-color: #84BBA7; }
span { border-color: rgb(132,187,167); }
td.TdClassName
{
border-color: #84BBA7;
}
.TagClassName
{
border-color: #84BBA7;
}
</style>