Shades of Neptune #78A5AE
Tints of Neptune #78A5AE
RGB
CMYK
RGB Variations
Color information
#78A5AE (or 0x78A5AE) is known color: Neptune. HEX triplet: 78, A5 and AE. RGB value is (120,165,174). Sum of RGB (Red+Green+Blue) = 120+165+174=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #78A5AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A5AE is #875A51. Grayscale: #989898. Windows color (decimal): -8870482 or 11445624. OLE color: 11445624.
HSL color Cylindrical-coordinate representation of color #78A5AE: hue angle of 190º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78A5AE is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 165 | 174 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.32 |
| HSL | 190º | 0.25% | 0.58% | - |
| HSV(B) | 190º | 0.31% | 0.68% | - |
| XYZ | 28.84 | 33.96 | 45.08 | - |
| YUV | 152.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 165 | 174 | 0.31 | 0.05 | 0 | 0.32 | 190 | 0.25 | 0.58 |
| Hex | 78 | A5 | AE | 1F | 5 | 0 | 20 | BE | 19 | 3A |
| Octal | 170 | 245 | 256 | 37 | 5 | 0 | 40 | 276 | 31 | 72 |
| Binary | 1111000 | 10100101 | 10101110 | 11111 | 101 | 0 | 100000 | 10111110 | 11001 | 111010 |
Color Harmonies of #78A5AE
Complementary color
Monochromatic Colors of #78A5AE
Black with #78A5AE
Text Example
Text Example
White with #78A5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A5AE; }
p { color: rgb(120,165,174); }
H1.HeaderClassName
{
color: #78A5AE;
}
.AnyTagClassName
{
color: #78A5AE;
}
</style>
background-color css
<style>
a { background-color: #78A5AE; }
a { background-color: rgb(120,165,174); }
div.DivClassName
{
background-color: #78A5AE;
}
.BgClassName
{
background-color: #78A5AE;
}
</style>
border-color css
<style>
span { border-color: #78A5AE; }
span { border-color: rgb(120,165,174); }
td.TdClassName
{
border-color: #78A5AE;
}
.TagClassName
{
border-color: #78A5AE;
}
</style>