Shades of Sea Nymph #84B8A4
Tints of Sea Nymph #84B8A4
RGB
CMYK
RGB Variations
Color information
#84B8A4 (or 0x84B8A4) is known color: Sea Nymph. HEX triplet: 84, B8 and A4. RGB value is (132,184,164). Sum of RGB (Red+Green+Blue) = 132+184+164=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #84B8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B8A4 is #7B475B. Grayscale: #A6A6A6. Windows color (decimal): -8079196 or 10795140. OLE color: 10795140.
HSL color Cylindrical-coordinate representation of color #84B8A4: hue angle of 156.92º degrees, saturation: 0.27, 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 #84B8A4 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 164 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.28 |
| HSL | 156.92º | 0.27% | 0.62% | - |
| HSV(B) | 156.92º | 0.28% | 0.72% | - |
| XYZ | 33.36 | 41.87 | 41.44 | - |
| YUV | 166.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 164 | 0.28 | 0 | 0.11 | 0.28 | 156.92 | 0.27 | 0.62 |
| Hex | 84 | B8 | A4 | 1C | 0 | B | 1C | 9D | 1B | 3E |
| Octal | 204 | 270 | 244 | 34 | 0 | 13 | 34 | 235 | 33 | 76 |
| Binary | 10000100 | 10111000 | 10100100 | 11100 | 0 | 1011 | 11100 | 10011101 | 11011 | 111110 |
Color Harmonies of #84B8A4
Complementary color
Monochromatic Colors of #84B8A4
Black with #84B8A4
Text Example
Text Example
White with #84B8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B8A4; }
p { color: rgb(132,184,164); }
H1.HeaderClassName
{
color: #84B8A4;
}
.AnyTagClassName
{
color: #84B8A4;
}
</style>
background-color css
<style>
a { background-color: #84B8A4; }
a { background-color: rgb(132,184,164); }
div.DivClassName
{
background-color: #84B8A4;
}
.BgClassName
{
background-color: #84B8A4;
}
</style>
border-color css
<style>
span { border-color: #84B8A4; }
span { border-color: rgb(132,184,164); }
td.TdClassName
{
border-color: #84B8A4;
}
.TagClassName
{
border-color: #84B8A4;
}
</style>