Shades of Sea Nymph #84ABA2
Tints of Sea Nymph #84ABA2
RGB
CMYK
RGB Variations
Color information
#84ABA2 (or 0x84ABA2) is known color: Sea Nymph. HEX triplet: 84, AB and A2. RGB value is (132,171,162). Sum of RGB (Red+Green+Blue) = 132+171+162=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #84ABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABA2 is #7B545D. Grayscale: #9E9E9E. Windows color (decimal): -8082526 or 10660740. OLE color: 10660740.
HSL color Cylindrical-coordinate representation of color #84ABA2: hue angle of 166.15º 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 #84ABA2 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 162 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.33 |
| HSL | 166.15º | 0.19% | 0.59% | - |
| HSV(B) | 166.15º | 0.23% | 0.67% | - |
| XYZ | 30.6 | 36.64 | 39.64 | - |
| YUV | 158.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 162 | 0.23 | 0 | 0.05 | 0.33 | 166.15 | 0.19 | 0.59 |
| Hex | 84 | AB | A2 | 17 | 0 | 5 | 21 | A6 | 13 | 3B |
| Octal | 204 | 253 | 242 | 27 | 0 | 5 | 41 | 246 | 23 | 73 |
| Binary | 10000100 | 10101011 | 10100010 | 10111 | 0 | 101 | 100001 | 10100110 | 10011 | 111011 |
Color Harmonies of #84ABA2
Complementary color
Monochromatic Colors of #84ABA2
Black with #84ABA2
Text Example
Text Example
White with #84ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABA2; }
p { color: rgb(132,171,162); }
H1.HeaderClassName
{
color: #84ABA2;
}
.AnyTagClassName
{
color: #84ABA2;
}
</style>
background-color css
<style>
a { background-color: #84ABA2; }
a { background-color: rgb(132,171,162); }
div.DivClassName
{
background-color: #84ABA2;
}
.BgClassName
{
background-color: #84ABA2;
}
</style>
border-color css
<style>
span { border-color: #84ABA2; }
span { border-color: rgb(132,171,162); }
td.TdClassName
{
border-color: #84ABA2;
}
.TagClassName
{
border-color: #84ABA2;
}
</style>