Shades of Neptune #78A8AC
Tints of Neptune #78A8AC
RGB
CMYK
RGB Variations
Color information
#78A8AC (or 0x78A8AC) is known color: Neptune. HEX triplet: 78, A8 and AC. RGB value is (120,168,172). Sum of RGB (Red+Green+Blue) = 120+168+172=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #78A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A8AC is #875753. Grayscale: #9A9A9A. Windows color (decimal): -8869716 or 11315320. OLE color: 11315320.
HSL color Cylindrical-coordinate representation of color #78A8AC: hue angle of 184.62º 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 #78A8AC is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 168 | 172 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.33 |
| HSL | 184.62º | 0.24% | 0.57% | - |
| HSV(B) | 184.62º | 0.3% | 0.67% | - |
| XYZ | 29.19 | 34.98 | 44.24 | - |
| YUV | 154.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 172 | 0.30 | 0.02 | 0 | 0.33 | 184.62 | 0.24 | 0.57 |
| Hex | 78 | A8 | AC | 1E | 2 | 0 | 21 | B9 | 18 | 39 |
| Octal | 170 | 250 | 254 | 36 | 2 | 0 | 41 | 271 | 30 | 71 |
| Binary | 1111000 | 10101000 | 10101100 | 11110 | 10 | 0 | 100001 | 10111001 | 11000 | 111001 |
Color Harmonies of #78A8AC
Complementary color
Monochromatic Colors of #78A8AC
Black with #78A8AC
Text Example
Text Example
White with #78A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8AC; }
p { color: rgb(120,168,172); }
H1.HeaderClassName
{
color: #78A8AC;
}
.AnyTagClassName
{
color: #78A8AC;
}
</style>
background-color css
<style>
a { background-color: #78A8AC; }
a { background-color: rgb(120,168,172); }
div.DivClassName
{
background-color: #78A8AC;
}
.BgClassName
{
background-color: #78A8AC;
}
</style>
border-color css
<style>
span { border-color: #78A8AC; }
span { border-color: rgb(120,168,172); }
td.TdClassName
{
border-color: #78A8AC;
}
.TagClassName
{
border-color: #78A8AC;
}
</style>