Shades of Sea Nymph #7FAC9D
Tints of Sea Nymph #7FAC9D
RGB
CMYK
RGB Variations
Color information
#7FAC9D (or 0x7FAC9D) is known color: Sea Nymph. HEX triplet: 7F, AC and 9D. RGB value is (127,172,157). Sum of RGB (Red+Green+Blue) = 127+172+157=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAC9D is #805362. Grayscale: #9C9C9C. Windows color (decimal): -8409955 or 10333311. OLE color: 10333311.
HSL color Cylindrical-coordinate representation of color #7FAC9D: hue angle of 160º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAC9D is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 157 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.33 |
| HSL | 160º | 0.21% | 0.59% | - |
| HSV(B) | 160º | 0.26% | 0.67% | - |
| XYZ | 29.59 | 36.45 | 37.37 | - |
| YUV | 156.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 157 | 0.26 | 0 | 0.09 | 0.33 | 160 | 0.21 | 0.59 |
| Hex | 7F | AC | 9D | 1A | 0 | 9 | 21 | A0 | 15 | 3B |
| Octal | 177 | 254 | 235 | 32 | 0 | 11 | 41 | 240 | 25 | 73 |
| Binary | 1111111 | 10101100 | 10011101 | 11010 | 0 | 1001 | 100001 | 10100000 | 10101 | 111011 |
Color Harmonies of #7FAC9D
Complementary color
Monochromatic Colors of #7FAC9D
Black with #7FAC9D
Text Example
Text Example
White with #7FAC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC9D; }
p { color: rgb(127,172,157); }
H1.HeaderClassName
{
color: #7FAC9D;
}
.AnyTagClassName
{
color: #7FAC9D;
}
</style>
background-color css
<style>
a { background-color: #7FAC9D; }
a { background-color: rgb(127,172,157); }
div.DivClassName
{
background-color: #7FAC9D;
}
.BgClassName
{
background-color: #7FAC9D;
}
</style>
border-color css
<style>
span { border-color: #7FAC9D; }
span { border-color: rgb(127,172,157); }
td.TdClassName
{
border-color: #7FAC9D;
}
.TagClassName
{
border-color: #7FAC9D;
}
</style>