Shades of Sea Nymph #84ABA0
Tints of Sea Nymph #84ABA0
RGB
CMYK
RGB Variations
Color information
#84ABA0 (or 0x84ABA0) is known color: Sea Nymph. HEX triplet: 84, AB and A0. RGB value is (132,171,160). Sum of RGB (Red+Green+Blue) = 132+171+160=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #84ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABA0 is #7B545F. Grayscale: #9E9E9E. Windows color (decimal): -8082528 or 10529668. OLE color: 10529668.
HSL color Cylindrical-coordinate representation of color #84ABA0: hue angle of 163.08º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84ABA0 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 160 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.33 |
| HSL | 163.08º | 0.19% | 0.59% | - |
| HSV(B) | 163.08º | 0.23% | 0.67% | - |
| XYZ | 30.42 | 36.57 | 38.71 | - |
| YUV | 158.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 160 | 0.23 | 0 | 0.06 | 0.33 | 163.08 | 0.19 | 0.59 |
| Hex | 84 | AB | A0 | 17 | 0 | 6 | 21 | A3 | 13 | 3B |
| Octal | 204 | 253 | 240 | 27 | 0 | 6 | 41 | 243 | 23 | 73 |
| Binary | 10000100 | 10101011 | 10100000 | 10111 | 0 | 110 | 100001 | 10100011 | 10011 | 111011 |
Color Harmonies of #84ABA0
Complementary color
Monochromatic Colors of #84ABA0
Black with #84ABA0
Text Example
Text Example
White with #84ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABA0; }
p { color: rgb(132,171,160); }
H1.HeaderClassName
{
color: #84ABA0;
}
.AnyTagClassName
{
color: #84ABA0;
}
</style>
background-color css
<style>
a { background-color: #84ABA0; }
a { background-color: rgb(132,171,160); }
div.DivClassName
{
background-color: #84ABA0;
}
.BgClassName
{
background-color: #84ABA0;
}
</style>
border-color css
<style>
span { border-color: #84ABA0; }
span { border-color: rgb(132,171,160); }
td.TdClassName
{
border-color: #84ABA0;
}
.TagClassName
{
border-color: #84ABA0;
}
</style>