Shades of Sea Nymph #7DACA1
Tints of Sea Nymph #7DACA1
RGB
CMYK
RGB Variations
Color information
#7DACA1 (or 0x7DACA1) is known color: Sea Nymph. HEX triplet: 7D, AC and A1. RGB value is (125,172,161). Sum of RGB (Red+Green+Blue) = 125+172+161=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #7DACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACA1 is #82535E. Grayscale: #9C9C9C. Windows color (decimal): -8541023 or 10595453. OLE color: 10595453.
HSL color Cylindrical-coordinate representation of color #7DACA1: hue angle of 165.96º 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 #7DACA1 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 161 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.33 |
| HSL | 165.96º | 0.22% | 0.58% | - |
| HSV(B) | 165.96º | 0.27% | 0.67% | - |
| XYZ | 29.64 | 36.44 | 39.19 | - |
| YUV | 156.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 161 | 0.27 | 0 | 0.06 | 0.33 | 165.96 | 0.22 | 0.58 |
| Hex | 7D | AC | A1 | 1B | 0 | 6 | 21 | A6 | 16 | 3A |
| Octal | 175 | 254 | 241 | 33 | 0 | 6 | 41 | 246 | 26 | 72 |
| Binary | 1111101 | 10101100 | 10100001 | 11011 | 0 | 110 | 100001 | 10100110 | 10110 | 111010 |
Color Harmonies of #7DACA1
Complementary color
Monochromatic Colors of #7DACA1
Black with #7DACA1
Text Example
Text Example
White with #7DACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DACA1; }
p { color: rgb(125,172,161); }
H1.HeaderClassName
{
color: #7DACA1;
}
.AnyTagClassName
{
color: #7DACA1;
}
</style>
background-color css
<style>
a { background-color: #7DACA1; }
a { background-color: rgb(125,172,161); }
div.DivClassName
{
background-color: #7DACA1;
}
.BgClassName
{
background-color: #7DACA1;
}
</style>
border-color css
<style>
span { border-color: #7DACA1; }
span { border-color: rgb(125,172,161); }
td.TdClassName
{
border-color: #7DACA1;
}
.TagClassName
{
border-color: #7DACA1;
}
</style>