Shades of Sea Nymph #84B0AA
Tints of Sea Nymph #84B0AA
RGB
CMYK
RGB Variations
Color information
#84B0AA (or 0x84B0AA) is known color: Sea Nymph. HEX triplet: 84, B0 and AA. RGB value is (132,176,170). Sum of RGB (Red+Green+Blue) = 132+176+170=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #84B0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B0AA is #7B4F55. Grayscale: #A2A2A2. Windows color (decimal): -8081238 or 11186308. OLE color: 11186308.
HSL color Cylindrical-coordinate representation of color #84B0AA: hue angle of 171.82º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84B0AA is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 176 | 170 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.31 |
| HSL | 171.82º | 0.22% | 0.6% | - |
| HSV(B) | 171.82º | 0.25% | 0.69% | - |
| XYZ | 32.3 | 38.86 | 43.83 | - |
| YUV | 162.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 170 | 0.25 | 0 | 0.03 | 0.31 | 171.82 | 0.22 | 0.6 |
| Hex | 84 | B0 | AA | 19 | 0 | 3 | 1F | AC | 16 | 3C |
| Octal | 204 | 260 | 252 | 31 | 0 | 3 | 37 | 254 | 26 | 74 |
| Binary | 10000100 | 10110000 | 10101010 | 11001 | 0 | 11 | 11111 | 10101100 | 10110 | 111100 |
Color Harmonies of #84B0AA
Complementary color
Monochromatic Colors of #84B0AA
Black with #84B0AA
Text Example
Text Example
White with #84B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B0AA; }
p { color: rgb(132,176,170); }
H1.HeaderClassName
{
color: #84B0AA;
}
.AnyTagClassName
{
color: #84B0AA;
}
</style>
background-color css
<style>
a { background-color: #84B0AA; }
a { background-color: rgb(132,176,170); }
div.DivClassName
{
background-color: #84B0AA;
}
.BgClassName
{
background-color: #84B0AA;
}
</style>
border-color css
<style>
span { border-color: #84B0AA; }
span { border-color: rgb(132,176,170); }
td.TdClassName
{
border-color: #84B0AA;
}
.TagClassName
{
border-color: #84B0AA;
}
</style>