Shades of Neptune #78A5AD
Tints of Neptune #78A5AD
RGB
CMYK
RGB Variations
Color information
#78A5AD (or 0x78A5AD) is known color: Neptune. HEX triplet: 78, A5 and AD. RGB value is (120,165,173). Sum of RGB (Red+Green+Blue) = 120+165+173=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #78A5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A5AD is #875A52. Grayscale: #989898. Windows color (decimal): -8870483 or 11380088. OLE color: 11380088.
HSL color Cylindrical-coordinate representation of color #78A5AD: hue angle of 189.06º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78A5AD is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 165 | 173 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.32 |
| HSL | 189.06º | 0.24% | 0.57% | - |
| HSV(B) | 189.06º | 0.31% | 0.68% | - |
| XYZ | 28.74 | 33.92 | 44.57 | - |
| YUV | 152.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 165 | 173 | 0.31 | 0.05 | 0 | 0.32 | 189.06 | 0.24 | 0.57 |
| Hex | 78 | A5 | AD | 1F | 5 | 0 | 20 | BD | 18 | 39 |
| Octal | 170 | 245 | 255 | 37 | 5 | 0 | 40 | 275 | 30 | 71 |
| Binary | 1111000 | 10100101 | 10101101 | 11111 | 101 | 0 | 100000 | 10111101 | 11000 | 111001 |
Color Harmonies of #78A5AD
Complementary color
Monochromatic Colors of #78A5AD
Black with #78A5AD
Text Example
Text Example
White with #78A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A5AD; }
p { color: rgb(120,165,173); }
H1.HeaderClassName
{
color: #78A5AD;
}
.AnyTagClassName
{
color: #78A5AD;
}
</style>
background-color css
<style>
a { background-color: #78A5AD; }
a { background-color: rgb(120,165,173); }
div.DivClassName
{
background-color: #78A5AD;
}
.BgClassName
{
background-color: #78A5AD;
}
</style>
border-color css
<style>
span { border-color: #78A5AD; }
span { border-color: rgb(120,165,173); }
td.TdClassName
{
border-color: #78A5AD;
}
.TagClassName
{
border-color: #78A5AD;
}
</style>