Shades of Neptune #7DADAA
Tints of Neptune #7DADAA
RGB
CMYK
RGB Variations
Color information
#7DADAA (or 0x7DADAA) is known color: Neptune. HEX triplet: 7D, AD and AA. RGB value is (125,173,170). Sum of RGB (Red+Green+Blue) = 125+173+170=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #7DADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DADAA is #825255. Grayscale: #9E9E9E. Windows color (decimal): -8540758 or 11185533. OLE color: 11185533.
HSL color Cylindrical-coordinate representation of color #7DADAA: hue angle of 176.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 #7DADAA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 170 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.32 |
| HSL | 176.25º | 0.23% | 0.58% | - |
| HSV(B) | 176.25º | 0.28% | 0.68% | - |
| XYZ | 30.66 | 37.15 | 43.58 | - |
| YUV | 158.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 170 | 0.28 | 0 | 0.02 | 0.32 | 176.25 | 0.23 | 0.58 |
| Hex | 7D | AD | AA | 1C | 0 | 2 | 20 | B0 | 17 | 3A |
| Octal | 175 | 255 | 252 | 34 | 0 | 2 | 40 | 260 | 27 | 72 |
| Binary | 1111101 | 10101101 | 10101010 | 11100 | 0 | 10 | 100000 | 10110000 | 10111 | 111010 |
Color Harmonies of #7DADAA
Complementary color
Monochromatic Colors of #7DADAA
Black with #7DADAA
Text Example
Text Example
White with #7DADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADAA; }
p { color: rgb(125,173,170); }
H1.HeaderClassName
{
color: #7DADAA;
}
.AnyTagClassName
{
color: #7DADAA;
}
</style>
background-color css
<style>
a { background-color: #7DADAA; }
a { background-color: rgb(125,173,170); }
div.DivClassName
{
background-color: #7DADAA;
}
.BgClassName
{
background-color: #7DADAA;
}
</style>
border-color css
<style>
span { border-color: #7DADAA; }
span { border-color: rgb(125,173,170); }
td.TdClassName
{
border-color: #7DADAA;
}
.TagClassName
{
border-color: #7DADAA;
}
</style>