Shades of Neptune #78A7AC
Tints of Neptune #78A7AC
RGB
CMYK
RGB Variations
Color information
#78A7AC (or 0x78A7AC) is known color: Neptune. HEX triplet: 78, A7 and AC. RGB value is (120,167,172). Sum of RGB (Red+Green+Blue) = 120+167+172=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #78A7AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A7AC is #875853. Grayscale: #999999. Windows color (decimal): -8869972 or 11315064. OLE color: 11315064.
HSL color Cylindrical-coordinate representation of color #78A7AC: hue angle of 185.77º 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 #78A7AC is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 167 | 172 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.33 |
| HSL | 185.77º | 0.24% | 0.57% | - |
| HSV(B) | 185.77º | 0.3% | 0.67% | - |
| XYZ | 29.01 | 34.61 | 44.18 | - |
| YUV | 153.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 167 | 172 | 0.30 | 0.03 | 0 | 0.33 | 185.77 | 0.24 | 0.57 |
| Hex | 78 | A7 | AC | 1E | 3 | 0 | 21 | BA | 18 | 39 |
| Octal | 170 | 247 | 254 | 36 | 3 | 0 | 41 | 272 | 30 | 71 |
| Binary | 1111000 | 10100111 | 10101100 | 11110 | 11 | 0 | 100001 | 10111010 | 11000 | 111001 |
Color Harmonies of #78A7AC
Complementary color
Monochromatic Colors of #78A7AC
Black with #78A7AC
Text Example
Text Example
White with #78A7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A7AC; }
p { color: rgb(120,167,172); }
H1.HeaderClassName
{
color: #78A7AC;
}
.AnyTagClassName
{
color: #78A7AC;
}
</style>
background-color css
<style>
a { background-color: #78A7AC; }
a { background-color: rgb(120,167,172); }
div.DivClassName
{
background-color: #78A7AC;
}
.BgClassName
{
background-color: #78A7AC;
}
</style>
border-color css
<style>
span { border-color: #78A7AC; }
span { border-color: rgb(120,167,172); }
td.TdClassName
{
border-color: #78A7AC;
}
.TagClassName
{
border-color: #78A7AC;
}
</style>