Shades of Neptune #7DA5A1
Tints of Neptune #7DA5A1
RGB
CMYK
RGB Variations
Color information
#7DA5A1 (or 0x7DA5A1) is known color: Neptune. HEX triplet: 7D, A5 and A1. RGB value is (125,165,161). Sum of RGB (Red+Green+Blue) = 125+165+161=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA5A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA5A1 is #825A5E. Grayscale: #989898. Windows color (decimal): -8542815 or 10593661. OLE color: 10593661.
HSL color Cylindrical-coordinate representation of color #7DA5A1: hue angle of 174º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7DA5A1 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 165 | 161 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.35 |
| HSL | 174º | 0.18% | 0.57% | - |
| HSV(B) | 174º | 0.24% | 0.65% | - |
| XYZ | 28.35 | 33.84 | 38.76 | - |
| YUV | 152.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 165 | 161 | 0.24 | 0 | 0.02 | 0.35 | 174 | 0.18 | 0.57 |
| Hex | 7D | A5 | A1 | 18 | 0 | 2 | 23 | AE | 12 | 39 |
| Octal | 175 | 245 | 241 | 30 | 0 | 2 | 43 | 256 | 22 | 71 |
| Binary | 1111101 | 10100101 | 10100001 | 11000 | 0 | 10 | 100011 | 10101110 | 10010 | 111001 |
Color Harmonies of #7DA5A1
Complementary color
Monochromatic Colors of #7DA5A1
Black with #7DA5A1
Text Example
Text Example
White with #7DA5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA5A1; }
p { color: rgb(125,165,161); }
H1.HeaderClassName
{
color: #7DA5A1;
}
.AnyTagClassName
{
color: #7DA5A1;
}
</style>
background-color css
<style>
a { background-color: #7DA5A1; }
a { background-color: rgb(125,165,161); }
div.DivClassName
{
background-color: #7DA5A1;
}
.BgClassName
{
background-color: #7DA5A1;
}
</style>
border-color css
<style>
span { border-color: #7DA5A1; }
span { border-color: rgb(125,165,161); }
td.TdClassName
{
border-color: #7DA5A1;
}
.TagClassName
{
border-color: #7DA5A1;
}
</style>