Shades of Sea Nymph #7DAC9E
Tints of Sea Nymph #7DAC9E
RGB
CMYK
RGB Variations
Color information
#7DAC9E (or 0x7DAC9E) is known color: Sea Nymph. HEX triplet: 7D, AC and 9E. RGB value is (125,172,158). Sum of RGB (Red+Green+Blue) = 125+172+158=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAC9E is #825361. Grayscale: #9C9C9C. Windows color (decimal): -8541026 or 10398845. OLE color: 10398845.
HSL color Cylindrical-coordinate representation of color #7DAC9E: hue angle of 162.13º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DAC9E is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 158 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.33 |
| HSL | 162.13º | 0.22% | 0.58% | - |
| HSV(B) | 162.13º | 0.27% | 0.67% | - |
| XYZ | 29.38 | 36.33 | 37.81 | - |
| YUV | 156.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 158 | 0.27 | 0 | 0.08 | 0.33 | 162.13 | 0.22 | 0.58 |
| Hex | 7D | AC | 9E | 1B | 0 | 8 | 21 | A2 | 16 | 3A |
| Octal | 175 | 254 | 236 | 33 | 0 | 10 | 41 | 242 | 26 | 72 |
| Binary | 1111101 | 10101100 | 10011110 | 11011 | 0 | 1000 | 100001 | 10100010 | 10110 | 111010 |
Color Harmonies of #7DAC9E
Complementary color
Monochromatic Colors of #7DAC9E
Black with #7DAC9E
Text Example
Text Example
White with #7DAC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC9E; }
p { color: rgb(125,172,158); }
H1.HeaderClassName
{
color: #7DAC9E;
}
.AnyTagClassName
{
color: #7DAC9E;
}
</style>
background-color css
<style>
a { background-color: #7DAC9E; }
a { background-color: rgb(125,172,158); }
div.DivClassName
{
background-color: #7DAC9E;
}
.BgClassName
{
background-color: #7DAC9E;
}
</style>
border-color css
<style>
span { border-color: #7DAC9E; }
span { border-color: rgb(125,172,158); }
td.TdClassName
{
border-color: #7DAC9E;
}
.TagClassName
{
border-color: #7DAC9E;
}
</style>