Shades of Sea Nymph #84AF9E
Tints of Sea Nymph #84AF9E
RGB
CMYK
RGB Variations
Color information
#84AF9E (or 0x84AF9E) is known color: Sea Nymph. HEX triplet: 84, AF and 9E. RGB value is (132,175,158). Sum of RGB (Red+Green+Blue) = 132+175+158=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF9E is #7B5061. Grayscale: #A0A0A0. Windows color (decimal): -8081506 or 10399620. OLE color: 10399620.
HSL color Cylindrical-coordinate representation of color #84AF9E: hue angle of 156.28º 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 #84AF9E is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 158 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.31 |
| HSL | 156.28º | 0.21% | 0.6% | - |
| HSV(B) | 156.28º | 0.25% | 0.69% | - |
| XYZ | 31.02 | 38.03 | 38.05 | - |
| YUV | 160.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 158 | 0.25 | 0 | 0.10 | 0.31 | 156.28 | 0.21 | 0.6 |
| Hex | 84 | AF | 9E | 19 | 0 | A | 1F | 9C | 15 | 3C |
| Octal | 204 | 257 | 236 | 31 | 0 | 12 | 37 | 234 | 25 | 74 |
| Binary | 10000100 | 10101111 | 10011110 | 11001 | 0 | 1010 | 11111 | 10011100 | 10101 | 111100 |
Color Harmonies of #84AF9E
Complementary color
Monochromatic Colors of #84AF9E
Black with #84AF9E
Text Example
Text Example
White with #84AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF9E; }
p { color: rgb(132,175,158); }
H1.HeaderClassName
{
color: #84AF9E;
}
.AnyTagClassName
{
color: #84AF9E;
}
</style>
background-color css
<style>
a { background-color: #84AF9E; }
a { background-color: rgb(132,175,158); }
div.DivClassName
{
background-color: #84AF9E;
}
.BgClassName
{
background-color: #84AF9E;
}
</style>
border-color css
<style>
span { border-color: #84AF9E; }
span { border-color: rgb(132,175,158); }
td.TdClassName
{
border-color: #84AF9E;
}
.TagClassName
{
border-color: #84AF9E;
}
</style>