Shades of Neptune #7DADB0
Tints of Neptune #7DADB0
RGB
CMYK
RGB Variations
Color information
#7DADB0 (or 0x7DADB0) is known color: Neptune. HEX triplet: 7D, AD and B0. RGB value is (125,173,176). Sum of RGB (Red+Green+Blue) = 125+173+176=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 176 - color contains mainly: blue. Hex color #7DADB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DADB0 is #82524F. Grayscale: #9E9E9E. Windows color (decimal): -8540752 or 11578749. OLE color: 11578749.
HSL color Cylindrical-coordinate representation of color #7DADB0: hue angle of 183.53º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DADB0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 173 | 176 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.31 |
| HSL | 183.53º | 0.24% | 0.59% | - |
| HSV(B) | 183.53º | 0.29% | 0.69% | - |
| XYZ | 31.24 | 37.38 | 46.64 | - |
| YUV | 158.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 176 | 0.29 | 0.02 | 0 | 0.31 | 183.53 | 0.24 | 0.59 |
| Hex | 7D | AD | B0 | 1D | 2 | 0 | 1F | B8 | 18 | 3B |
| Octal | 175 | 255 | 260 | 35 | 2 | 0 | 37 | 270 | 30 | 73 |
| Binary | 1111101 | 10101101 | 10110000 | 11101 | 10 | 0 | 11111 | 10111000 | 11000 | 111011 |
Color Harmonies of #7DADB0
Complementary color
Monochromatic Colors of #7DADB0
Black with #7DADB0
Text Example
Text Example
White with #7DADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADB0; }
p { color: rgb(125,173,176); }
H1.HeaderClassName
{
color: #7DADB0;
}
.AnyTagClassName
{
color: #7DADB0;
}
</style>
background-color css
<style>
a { background-color: #7DADB0; }
a { background-color: rgb(125,173,176); }
div.DivClassName
{
background-color: #7DADB0;
}
.BgClassName
{
background-color: #7DADB0;
}
</style>
border-color css
<style>
span { border-color: #7DADB0; }
span { border-color: rgb(125,173,176); }
td.TdClassName
{
border-color: #7DADB0;
}
.TagClassName
{
border-color: #7DADB0;
}
</style>