Shades of Sea Nymph #84AF9D
Tints of Sea Nymph #84AF9D
RGB
CMYK
RGB Variations
Color information
#84AF9D (or 0x84AF9D) is known color: Sea Nymph. HEX triplet: 84, AF and 9D. RGB value is (132,175,157). Sum of RGB (Red+Green+Blue) = 132+175+157=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF9D is #7B5062. Grayscale: #A0A0A0. Windows color (decimal): -8081507 or 10334084. OLE color: 10334084.
HSL color Cylindrical-coordinate representation of color #84AF9D: hue angle of 154.88º degrees, saturation: 0.21, 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 #84AF9D is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 157 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.31 |
| HSL | 154.88º | 0.21% | 0.6% | - |
| HSV(B) | 154.88º | 0.25% | 0.69% | - |
| XYZ | 30.93 | 38 | 37.6 | - |
| YUV | 160.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 157 | 0.25 | 0 | 0.10 | 0.31 | 154.88 | 0.21 | 0.6 |
| Hex | 84 | AF | 9D | 19 | 0 | A | 1F | 9B | 15 | 3C |
| Octal | 204 | 257 | 235 | 31 | 0 | 12 | 37 | 233 | 25 | 74 |
| Binary | 10000100 | 10101111 | 10011101 | 11001 | 0 | 1010 | 11111 | 10011011 | 10101 | 111100 |
Color Harmonies of #84AF9D
Complementary color
Monochromatic Colors of #84AF9D
Black with #84AF9D
Text Example
Text Example
White with #84AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF9D; }
p { color: rgb(132,175,157); }
H1.HeaderClassName
{
color: #84AF9D;
}
.AnyTagClassName
{
color: #84AF9D;
}
</style>
background-color css
<style>
a { background-color: #84AF9D; }
a { background-color: rgb(132,175,157); }
div.DivClassName
{
background-color: #84AF9D;
}
.BgClassName
{
background-color: #84AF9D;
}
</style>
border-color css
<style>
span { border-color: #84AF9D; }
span { border-color: rgb(132,175,157); }
td.TdClassName
{
border-color: #84AF9D;
}
.TagClassName
{
border-color: #84AF9D;
}
</style>