Shades of Sea Nymph #84C0A6
Tints of Sea Nymph #84C0A6
RGB
CMYK
RGB Variations
Color information
#84C0A6 (or 0x84C0A6) is known color: Sea Nymph. HEX triplet: 84, C0 and A6. RGB value is (132,192,166). Sum of RGB (Red+Green+Blue) = 132+192+166=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #84C0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C0A6 is #7B3F59. Grayscale: #ABABAB. Windows color (decimal): -8077146 or 10928260. OLE color: 10928260.
HSL color Cylindrical-coordinate representation of color #84C0A6: hue angle of 154º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84C0A6 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 166 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.25 |
| HSL | 154º | 0.32% | 0.64% | - |
| HSV(B) | 154º | 0.31% | 0.75% | - |
| XYZ | 35.25 | 45.36 | 42.97 | - |
| YUV | 171.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 166 | 0.31 | 0 | 0.14 | 0.25 | 154 | 0.32 | 0.64 |
| Hex | 84 | C0 | A6 | 1F | 0 | E | 19 | 9A | 20 | 40 |
| Octal | 204 | 300 | 246 | 37 | 0 | 16 | 31 | 232 | 40 | 100 |
| Binary | 10000100 | 11000000 | 10100110 | 11111 | 0 | 1110 | 11001 | 10011010 | 100000 | 1000000 |
Color Harmonies of #84C0A6
Complementary color
Monochromatic Colors of #84C0A6
Black with #84C0A6
Text Example
Text Example
White with #84C0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C0A6; }
p { color: rgb(132,192,166); }
H1.HeaderClassName
{
color: #84C0A6;
}
.AnyTagClassName
{
color: #84C0A6;
}
</style>
background-color css
<style>
a { background-color: #84C0A6; }
a { background-color: rgb(132,192,166); }
div.DivClassName
{
background-color: #84C0A6;
}
.BgClassName
{
background-color: #84C0A6;
}
</style>
border-color css
<style>
span { border-color: #84C0A6; }
span { border-color: rgb(132,192,166); }
td.TdClassName
{
border-color: #84C0A6;
}
.TagClassName
{
border-color: #84C0A6;
}
</style>