Shades of Neptune #78ACB3
Tints of Neptune #78ACB3
RGB
CMYK
RGB Variations
Color information
#78ACB3 (or 0x78ACB3) is known color: Neptune. HEX triplet: 78, AC and B3. RGB value is (120,172,179). Sum of RGB (Red+Green+Blue) = 120+172+179=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #78ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACB3 is #87534C. Grayscale: #9D9D9D. Windows color (decimal): -8868685 or 11775096. OLE color: 11775096.
HSL color Cylindrical-coordinate representation of color #78ACB3: hue angle of 187.12º 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 #78ACB3 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 172 | 179 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.30 |
| HSL | 187.12º | 0.28% | 0.59% | - |
| HSV(B) | 187.12º | 0.33% | 0.7% | - |
| XYZ | 30.63 | 36.75 | 48.13 | - |
| YUV | 157.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 179 | 0.33 | 0.04 | 0 | 0.30 | 187.12 | 0.28 | 0.59 |
| Hex | 78 | AC | B3 | 21 | 4 | 0 | 1E | BB | 1C | 3B |
| Octal | 170 | 254 | 263 | 41 | 4 | 0 | 36 | 273 | 34 | 73 |
| Binary | 1111000 | 10101100 | 10110011 | 100001 | 100 | 0 | 11110 | 10111011 | 11100 | 111011 |
Color Harmonies of #78ACB3
Complementary color
Monochromatic Colors of #78ACB3
Black with #78ACB3
Text Example
Text Example
White with #78ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ACB3; }
p { color: rgb(120,172,179); }
H1.HeaderClassName
{
color: #78ACB3;
}
.AnyTagClassName
{
color: #78ACB3;
}
</style>
background-color css
<style>
a { background-color: #78ACB3; }
a { background-color: rgb(120,172,179); }
div.DivClassName
{
background-color: #78ACB3;
}
.BgClassName
{
background-color: #78ACB3;
}
</style>
border-color css
<style>
span { border-color: #78ACB3; }
span { border-color: rgb(120,172,179); }
td.TdClassName
{
border-color: #78ACB3;
}
.TagClassName
{
border-color: #78ACB3;
}
</style>