Shades of Sea Nymph #84BAA9
Tints of Sea Nymph #84BAA9
RGB
CMYK
RGB Variations
Color information
#84BAA9 (or 0x84BAA9) is known color: Sea Nymph. HEX triplet: 84, BA and A9. RGB value is (132,186,169). Sum of RGB (Red+Green+Blue) = 132+186+169=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BAA9 is #7B4556. Grayscale: #A7A7A7. Windows color (decimal): -8078679 or 11123332. OLE color: 11123332.
HSL color Cylindrical-coordinate representation of color #84BAA9: hue angle of 161.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BAA9 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 169 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.27 |
| HSL | 161.11º | 0.28% | 0.62% | - |
| HSV(B) | 161.11º | 0.29% | 0.73% | - |
| XYZ | 34.24 | 42.89 | 44.01 | - |
| YUV | 167.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 169 | 0.29 | 0 | 0.09 | 0.27 | 161.11 | 0.28 | 0.62 |
| Hex | 84 | BA | A9 | 1D | 0 | 9 | 1B | A1 | 1C | 3E |
| Octal | 204 | 272 | 251 | 35 | 0 | 11 | 33 | 241 | 34 | 76 |
| Binary | 10000100 | 10111010 | 10101001 | 11101 | 0 | 1001 | 11011 | 10100001 | 11100 | 111110 |
Color Harmonies of #84BAA9
Complementary color
Monochromatic Colors of #84BAA9
Black with #84BAA9
Text Example
Text Example
White with #84BAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAA9; }
p { color: rgb(132,186,169); }
H1.HeaderClassName
{
color: #84BAA9;
}
.AnyTagClassName
{
color: #84BAA9;
}
</style>
background-color css
<style>
a { background-color: #84BAA9; }
a { background-color: rgb(132,186,169); }
div.DivClassName
{
background-color: #84BAA9;
}
.BgClassName
{
background-color: #84BAA9;
}
</style>
border-color css
<style>
span { border-color: #84BAA9; }
span { border-color: rgb(132,186,169); }
td.TdClassName
{
border-color: #84BAA9;
}
.TagClassName
{
border-color: #84BAA9;
}
</style>