Shades of Neptune #78A6AC
Tints of Neptune #78A6AC
RGB
CMYK
RGB Variations
Color information
#78A6AC (or 0x78A6AC) is known color: Neptune. HEX triplet: 78, A6 and AC. RGB value is (120,166,172). Sum of RGB (Red+Green+Blue) = 120+166+172=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #78A6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A6AC is #875953. Grayscale: #989898. Windows color (decimal): -8870228 or 11314808. OLE color: 11314808.
HSL color Cylindrical-coordinate representation of color #78A6AC: hue angle of 186.92º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78A6AC is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 166 | 172 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.33 |
| HSL | 186.92º | 0.24% | 0.57% | - |
| HSV(B) | 186.92º | 0.3% | 0.67% | - |
| XYZ | 28.83 | 34.24 | 44.12 | - |
| YUV | 152.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 172 | 0.30 | 0.03 | 0 | 0.33 | 186.92 | 0.24 | 0.57 |
| Hex | 78 | A6 | AC | 1E | 3 | 0 | 21 | BB | 18 | 39 |
| Octal | 170 | 246 | 254 | 36 | 3 | 0 | 41 | 273 | 30 | 71 |
| Binary | 1111000 | 10100110 | 10101100 | 11110 | 11 | 0 | 100001 | 10111011 | 11000 | 111001 |
Color Harmonies of #78A6AC
Complementary color
Monochromatic Colors of #78A6AC
Black with #78A6AC
Text Example
Text Example
White with #78A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A6AC; }
p { color: rgb(120,166,172); }
H1.HeaderClassName
{
color: #78A6AC;
}
.AnyTagClassName
{
color: #78A6AC;
}
</style>
background-color css
<style>
a { background-color: #78A6AC; }
a { background-color: rgb(120,166,172); }
div.DivClassName
{
background-color: #78A6AC;
}
.BgClassName
{
background-color: #78A6AC;
}
</style>
border-color css
<style>
span { border-color: #78A6AC; }
span { border-color: rgb(120,166,172); }
td.TdClassName
{
border-color: #78A6AC;
}
.TagClassName
{
border-color: #78A6AC;
}
</style>