Shades of Neptune #78A6B3
Tints of Neptune #78A6B3
RGB
CMYK
RGB Variations
Color information
#78A6B3 (or 0x78A6B3) is known color: Neptune. HEX triplet: 78, A6 and B3. RGB value is (120,166,179). Sum of RGB (Red+Green+Blue) = 120+166+179=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #78A6B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6B3 is #87594C. Grayscale: #999999. Windows color (decimal): -8870221 or 11773560. OLE color: 11773560.
HSL color Cylindrical-coordinate representation of color #78A6B3: hue angle of 193.22º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78A6B3 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 166 | 179 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.30 |
| HSL | 193.22º | 0.28% | 0.59% | - |
| HSV(B) | 193.22º | 0.33% | 0.7% | - |
| XYZ | 29.52 | 34.52 | 47.76 | - |
| YUV | 153.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 179 | 0.33 | 0.07 | 0 | 0.30 | 193.22 | 0.28 | 0.59 |
| Hex | 78 | A6 | B3 | 21 | 7 | 0 | 1E | C1 | 1C | 3B |
| Octal | 170 | 246 | 263 | 41 | 7 | 0 | 36 | 301 | 34 | 73 |
| Binary | 1111000 | 10100110 | 10110011 | 100001 | 111 | 0 | 11110 | 11000001 | 11100 | 111011 |
Color Harmonies of #78A6B3
Complementary color
Monochromatic Colors of #78A6B3
Black with #78A6B3
Text Example
Text Example
White with #78A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A6B3; }
p { color: rgb(120,166,179); }
H1.HeaderClassName
{
color: #78A6B3;
}
.AnyTagClassName
{
color: #78A6B3;
}
</style>
background-color css
<style>
a { background-color: #78A6B3; }
a { background-color: rgb(120,166,179); }
div.DivClassName
{
background-color: #78A6B3;
}
.BgClassName
{
background-color: #78A6B3;
}
</style>
border-color css
<style>
span { border-color: #78A6B3; }
span { border-color: rgb(120,166,179); }
td.TdClassName
{
border-color: #78A6B3;
}
.TagClassName
{
border-color: #78A6B3;
}
</style>