Shades of Neptune #78A8AE
Tints of Neptune #78A8AE
RGB
CMYK
RGB Variations
Color information
#78A8AE (or 0x78A8AE) is known color: Neptune. HEX triplet: 78, A8 and AE. RGB value is (120,168,174). Sum of RGB (Red+Green+Blue) = 120+168+174=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #78A8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A8AE is #875751. Grayscale: #9A9A9A. Windows color (decimal): -8869714 or 11446392. OLE color: 11446392.
HSL color Cylindrical-coordinate representation of color #78A8AE: hue angle of 186.67º 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 #78A8AE is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 168 | 174 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.32 |
| HSL | 186.67º | 0.25% | 0.58% | - |
| HSV(B) | 186.67º | 0.31% | 0.68% | - |
| XYZ | 29.39 | 35.05 | 45.26 | - |
| YUV | 154.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 174 | 0.31 | 0.03 | 0 | 0.32 | 186.67 | 0.25 | 0.58 |
| Hex | 78 | A8 | AE | 1F | 3 | 0 | 20 | BB | 19 | 3A |
| Octal | 170 | 250 | 256 | 37 | 3 | 0 | 40 | 273 | 31 | 72 |
| Binary | 1111000 | 10101000 | 10101110 | 11111 | 11 | 0 | 100000 | 10111011 | 11001 | 111010 |
Color Harmonies of #78A8AE
Complementary color
Monochromatic Colors of #78A8AE
Black with #78A8AE
Text Example
Text Example
White with #78A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8AE; }
p { color: rgb(120,168,174); }
H1.HeaderClassName
{
color: #78A8AE;
}
.AnyTagClassName
{
color: #78A8AE;
}
</style>
background-color css
<style>
a { background-color: #78A8AE; }
a { background-color: rgb(120,168,174); }
div.DivClassName
{
background-color: #78A8AE;
}
.BgClassName
{
background-color: #78A8AE;
}
</style>
border-color css
<style>
span { border-color: #78A8AE; }
span { border-color: rgb(120,168,174); }
td.TdClassName
{
border-color: #78A8AE;
}
.TagClassName
{
border-color: #78A8AE;
}
</style>