Shades of Sea Nymph #84BAA6
Tints of Sea Nymph #84BAA6
RGB
CMYK
RGB Variations
Color information
#84BAA6 (or 0x84BAA6) is known color: Sea Nymph. HEX triplet: 84, BA and A6. RGB value is (132,186,166). Sum of RGB (Red+Green+Blue) = 132+186+166=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BAA6 is #7B4559. Grayscale: #A7A7A7. Windows color (decimal): -8078682 or 10926724. OLE color: 10926724.
HSL color Cylindrical-coordinate representation of color #84BAA6: hue angle of 157.78º 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 #84BAA6 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 166 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.27 |
| HSL | 157.78º | 0.28% | 0.62% | - |
| HSV(B) | 157.78º | 0.29% | 0.73% | - |
| XYZ | 33.96 | 42.78 | 42.54 | - |
| YUV | 167.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 166 | 0.29 | 0 | 0.11 | 0.27 | 157.78 | 0.28 | 0.62 |
| Hex | 84 | BA | A6 | 1D | 0 | B | 1B | 9E | 1C | 3E |
| Octal | 204 | 272 | 246 | 35 | 0 | 13 | 33 | 236 | 34 | 76 |
| Binary | 10000100 | 10111010 | 10100110 | 11101 | 0 | 1011 | 11011 | 10011110 | 11100 | 111110 |
Color Harmonies of #84BAA6
Complementary color
Monochromatic Colors of #84BAA6
Black with #84BAA6
Text Example
Text Example
White with #84BAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAA6; }
p { color: rgb(132,186,166); }
H1.HeaderClassName
{
color: #84BAA6;
}
.AnyTagClassName
{
color: #84BAA6;
}
</style>
background-color css
<style>
a { background-color: #84BAA6; }
a { background-color: rgb(132,186,166); }
div.DivClassName
{
background-color: #84BAA6;
}
.BgClassName
{
background-color: #84BAA6;
}
</style>
border-color css
<style>
span { border-color: #84BAA6; }
span { border-color: rgb(132,186,166); }
td.TdClassName
{
border-color: #84BAA6;
}
.TagClassName
{
border-color: #84BAA6;
}
</style>