Shades of Neptune #7DA2A1
Tints of Neptune #7DA2A1
RGB
CMYK
RGB Variations
Color information
#7DA2A1 (or 0x7DA2A1) is known color: Neptune. HEX triplet: 7D, A2 and A1. RGB value is (125,162,161). Sum of RGB (Red+Green+Blue) = 125+162+161=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA2A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA2A1 is #825D5E. Grayscale: #969696. Windows color (decimal): -8543583 or 10592893. OLE color: 10592893.
HSL color Cylindrical-coordinate representation of color #7DA2A1: hue angle of 178.38º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7DA2A1 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 161 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.36 |
| HSL | 178.38º | 0.17% | 0.56% | - |
| HSV(B) | 178.38º | 0.23% | 0.64% | - |
| XYZ | 27.81 | 32.77 | 38.58 | - |
| YUV | 150.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 161 | 0.23 | 0 | 0.01 | 0.36 | 178.38 | 0.17 | 0.56 |
| Hex | 7D | A2 | A1 | 17 | 0 | 1 | 24 | B2 | 11 | 38 |
| Octal | 175 | 242 | 241 | 27 | 0 | 1 | 44 | 262 | 21 | 70 |
| Binary | 1111101 | 10100010 | 10100001 | 10111 | 0 | 1 | 100100 | 10110010 | 10001 | 111000 |
Color Harmonies of #7DA2A1
Complementary color
Monochromatic Colors of #7DA2A1
Black with #7DA2A1
Text Example
Text Example
White with #7DA2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA2A1; }
p { color: rgb(125,162,161); }
H1.HeaderClassName
{
color: #7DA2A1;
}
.AnyTagClassName
{
color: #7DA2A1;
}
</style>
background-color css
<style>
a { background-color: #7DA2A1; }
a { background-color: rgb(125,162,161); }
div.DivClassName
{
background-color: #7DA2A1;
}
.BgClassName
{
background-color: #7DA2A1;
}
</style>
border-color css
<style>
span { border-color: #7DA2A1; }
span { border-color: rgb(125,162,161); }
td.TdClassName
{
border-color: #7DA2A1;
}
.TagClassName
{
border-color: #7DA2A1;
}
</style>