Shades of Sea Nymph #84B7A1
Tints of Sea Nymph #84B7A1
RGB
CMYK
RGB Variations
Color information
#84B7A1 (or 0x84B7A1) is known color: Sea Nymph. HEX triplet: 84, B7 and A1. RGB value is (132,183,161). Sum of RGB (Red+Green+Blue) = 132+183+161=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #84B7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B7A1 is #7B485E. Grayscale: #A5A5A5. Windows color (decimal): -8079455 or 10598276. OLE color: 10598276.
HSL color Cylindrical-coordinate representation of color #84B7A1: hue angle of 154.12º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B7A1 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 161 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.28 |
| HSL | 154.12º | 0.26% | 0.62% | - |
| HSV(B) | 154.12º | 0.28% | 0.72% | - |
| XYZ | 32.88 | 41.35 | 39.97 | - |
| YUV | 165.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 161 | 0.28 | 0 | 0.12 | 0.28 | 154.12 | 0.26 | 0.62 |
| Hex | 84 | B7 | A1 | 1C | 0 | C | 1C | 9A | 1A | 3E |
| Octal | 204 | 267 | 241 | 34 | 0 | 14 | 34 | 232 | 32 | 76 |
| Binary | 10000100 | 10110111 | 10100001 | 11100 | 0 | 1100 | 11100 | 10011010 | 11010 | 111110 |
Color Harmonies of #84B7A1
Complementary color
Monochromatic Colors of #84B7A1
Black with #84B7A1
Text Example
Text Example
White with #84B7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B7A1; }
p { color: rgb(132,183,161); }
H1.HeaderClassName
{
color: #84B7A1;
}
.AnyTagClassName
{
color: #84B7A1;
}
</style>
background-color css
<style>
a { background-color: #84B7A1; }
a { background-color: rgb(132,183,161); }
div.DivClassName
{
background-color: #84B7A1;
}
.BgClassName
{
background-color: #84B7A1;
}
</style>
border-color css
<style>
span { border-color: #84B7A1; }
span { border-color: rgb(132,183,161); }
td.TdClassName
{
border-color: #84B7A1;
}
.TagClassName
{
border-color: #84B7A1;
}
</style>