Shades of Sea Nymph #84AAA6
Tints of Sea Nymph #84AAA6
RGB
CMYK
RGB Variations
Color information
#84AAA6 (or 0x84AAA6) is known color: Sea Nymph. HEX triplet: 84, AA and A6. RGB value is (132,170,166). Sum of RGB (Red+Green+Blue) = 132+170+166=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #84AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AAA6 is #7B5559. Grayscale: #9E9E9E. Windows color (decimal): -8082778 or 10922628. OLE color: 10922628.
HSL color Cylindrical-coordinate representation of color #84AAA6: hue angle of 173.68º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84AAA6 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 166 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.33 |
| HSL | 173.68º | 0.18% | 0.59% | - |
| HSV(B) | 173.68º | 0.22% | 0.67% | - |
| XYZ | 30.77 | 36.41 | 41.48 | - |
| YUV | 158.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 166 | 0.22 | 0 | 0.02 | 0.33 | 173.68 | 0.18 | 0.59 |
| Hex | 84 | AA | A6 | 16 | 0 | 2 | 21 | AE | 12 | 3B |
| Octal | 204 | 252 | 246 | 26 | 0 | 2 | 41 | 256 | 22 | 73 |
| Binary | 10000100 | 10101010 | 10100110 | 10110 | 0 | 10 | 100001 | 10101110 | 10010 | 111011 |
Color Harmonies of #84AAA6
Complementary color
Monochromatic Colors of #84AAA6
Black with #84AAA6
Text Example
Text Example
White with #84AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AAA6; }
p { color: rgb(132,170,166); }
H1.HeaderClassName
{
color: #84AAA6;
}
.AnyTagClassName
{
color: #84AAA6;
}
</style>
background-color css
<style>
a { background-color: #84AAA6; }
a { background-color: rgb(132,170,166); }
div.DivClassName
{
background-color: #84AAA6;
}
.BgClassName
{
background-color: #84AAA6;
}
</style>
border-color css
<style>
span { border-color: #84AAA6; }
span { border-color: rgb(132,170,166); }
td.TdClassName
{
border-color: #84AAA6;
}
.TagClassName
{
border-color: #84AAA6;
}
</style>