Shades of Neptune #7DACAD
Tints of Neptune #7DACAD
RGB
CMYK
RGB Variations
Color information
#7DACAD (or 0x7DACAD) is known color: Neptune. HEX triplet: 7D, AC and AD. RGB value is (125,172,173). Sum of RGB (Red+Green+Blue) = 125+172+173=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #7DACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACAD is #825352. Grayscale: #9E9E9E. Windows color (decimal): -8541011 or 11381885. OLE color: 11381885.
HSL color Cylindrical-coordinate representation of color #7DACAD: hue angle of 181.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DACAD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 172 | 173 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.32 |
| HSL | 181.25º | 0.23% | 0.58% | - |
| HSV(B) | 181.25º | 0.28% | 0.68% | - |
| XYZ | 30.75 | 36.88 | 45.03 | - |
| YUV | 158.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 173 | 0.28 | 0.01 | 0 | 0.32 | 181.25 | 0.23 | 0.58 |
| Hex | 7D | AC | AD | 1C | 1 | 0 | 20 | B5 | 17 | 3A |
| Octal | 175 | 254 | 255 | 34 | 1 | 0 | 40 | 265 | 27 | 72 |
| Binary | 1111101 | 10101100 | 10101101 | 11100 | 1 | 0 | 100000 | 10110101 | 10111 | 111010 |
Color Harmonies of #7DACAD
Complementary color
Monochromatic Colors of #7DACAD
Black with #7DACAD
Text Example
Text Example
White with #7DACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DACAD; }
p { color: rgb(125,172,173); }
H1.HeaderClassName
{
color: #7DACAD;
}
.AnyTagClassName
{
color: #7DACAD;
}
</style>
background-color css
<style>
a { background-color: #7DACAD; }
a { background-color: rgb(125,172,173); }
div.DivClassName
{
background-color: #7DACAD;
}
.BgClassName
{
background-color: #7DACAD;
}
</style>
border-color css
<style>
span { border-color: #7DACAD; }
span { border-color: rgb(125,172,173); }
td.TdClassName
{
border-color: #7DACAD;
}
.TagClassName
{
border-color: #7DACAD;
}
</style>