Shades of Neptune #78A1A0
Tints of Neptune #78A1A0
RGB
CMYK
RGB Variations
Color information
#78A1A0 (or 0x78A1A0) is known color: Neptune. HEX triplet: 78, A1 and A0. RGB value is (120,161,160). Sum of RGB (Red+Green+Blue) = 120+161+160=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 161 - color contains mainly: green. Hex color #78A1A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A1A0 is #875E5F. Grayscale: #949494. Windows color (decimal): -8871520 or 10527096. OLE color: 10527096.
HSL color Cylindrical-coordinate representation of color #78A1A0: hue angle of 178.54º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78A1A0 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 161 | 160 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.37 |
| HSL | 178.54º | 0.18% | 0.55% | - |
| HSV(B) | 178.54º | 0.25% | 0.63% | - |
| XYZ | 26.84 | 32.02 | 38.02 | - |
| YUV | 148.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 160 | 0.25 | 0 | 0.01 | 0.37 | 178.54 | 0.18 | 0.55 |
| Hex | 78 | A1 | A0 | 19 | 0 | 1 | 25 | B3 | 12 | 37 |
| Octal | 170 | 241 | 240 | 31 | 0 | 1 | 45 | 263 | 22 | 67 |
| Binary | 1111000 | 10100001 | 10100000 | 11001 | 0 | 1 | 100101 | 10110011 | 10010 | 110111 |
Color Harmonies of #78A1A0
Complementary color
Monochromatic Colors of #78A1A0
Black with #78A1A0
Text Example
Text Example
White with #78A1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A1A0; }
p { color: rgb(120,161,160); }
H1.HeaderClassName
{
color: #78A1A0;
}
.AnyTagClassName
{
color: #78A1A0;
}
</style>
background-color css
<style>
a { background-color: #78A1A0; }
a { background-color: rgb(120,161,160); }
div.DivClassName
{
background-color: #78A1A0;
}
.BgClassName
{
background-color: #78A1A0;
}
</style>
border-color css
<style>
span { border-color: #78A1A0; }
span { border-color: rgb(120,161,160); }
td.TdClassName
{
border-color: #78A1A0;
}
.TagClassName
{
border-color: #78A1A0;
}
</style>