Shades of Neptune #78AAAB
Tints of Neptune #78AAAB
RGB
CMYK
RGB Variations
Color information
#78AAAB (or 0x78AAAB) is known color: Neptune. HEX triplet: 78, AA and AB. RGB value is (120,170,171). Sum of RGB (Red+Green+Blue) = 120+170+171=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #78AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAAB is #875554. Grayscale: #9B9B9B. Windows color (decimal): -8869205 or 11250296. OLE color: 11250296.
HSL color Cylindrical-coordinate representation of color #78AAAB: hue angle of 181.18º degrees, saturation: 0.23, 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 #78AAAB is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 171 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.33 |
| HSL | 181.18º | 0.23% | 0.57% | - |
| HSV(B) | 181.18º | 0.3% | 0.67% | - |
| XYZ | 29.47 | 35.68 | 43.86 | - |
| YUV | 155.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 171 | 0.30 | 0.01 | 0 | 0.33 | 181.18 | 0.23 | 0.57 |
| Hex | 78 | AA | AB | 1E | 1 | 0 | 21 | B5 | 17 | 39 |
| Octal | 170 | 252 | 253 | 36 | 1 | 0 | 41 | 265 | 27 | 71 |
| Binary | 1111000 | 10101010 | 10101011 | 11110 | 1 | 0 | 100001 | 10110101 | 10111 | 111001 |
Color Harmonies of #78AAAB
Complementary color
Monochromatic Colors of #78AAAB
Black with #78AAAB
Text Example
Text Example
White with #78AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AAAB; }
p { color: rgb(120,170,171); }
H1.HeaderClassName
{
color: #78AAAB;
}
.AnyTagClassName
{
color: #78AAAB;
}
</style>
background-color css
<style>
a { background-color: #78AAAB; }
a { background-color: rgb(120,170,171); }
div.DivClassName
{
background-color: #78AAAB;
}
.BgClassName
{
background-color: #78AAAB;
}
</style>
border-color css
<style>
span { border-color: #78AAAB; }
span { border-color: rgb(120,170,171); }
td.TdClassName
{
border-color: #78AAAB;
}
.TagClassName
{
border-color: #78AAAB;
}
</style>