Shades of Neptune #78ADB3
Tints of Neptune #78ADB3
RGB
CMYK
RGB Variations
Color information
#78ADB3 (or 0x78ADB3) is known color: Neptune. HEX triplet: 78, AD and B3. RGB value is (120,173,179). Sum of RGB (Red+Green+Blue) = 120+173+179=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 179 - color contains mainly: blue. Hex color #78ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADB3 is #87524C. Grayscale: #9D9D9D. Windows color (decimal): -8868429 or 11775352. OLE color: 11775352.
HSL color Cylindrical-coordinate representation of color #78ADB3: hue angle of 186.1º 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 #78ADB3 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 173 | 179 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.30 |
| HSL | 186.1º | 0.28% | 0.59% | - |
| HSV(B) | 186.1º | 0.33% | 0.7% | - |
| XYZ | 30.83 | 37.13 | 48.19 | - |
| YUV | 157.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 179 | 0.33 | 0.03 | 0 | 0.30 | 186.1 | 0.28 | 0.59 |
| Hex | 78 | AD | B3 | 21 | 3 | 0 | 1E | BA | 1C | 3B |
| Octal | 170 | 255 | 263 | 41 | 3 | 0 | 36 | 272 | 34 | 73 |
| Binary | 1111000 | 10101101 | 10110011 | 100001 | 11 | 0 | 11110 | 10111010 | 11100 | 111011 |
Color Harmonies of #78ADB3
Complementary color
Monochromatic Colors of #78ADB3
Black with #78ADB3
Text Example
Text Example
White with #78ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADB3; }
p { color: rgb(120,173,179); }
H1.HeaderClassName
{
color: #78ADB3;
}
.AnyTagClassName
{
color: #78ADB3;
}
</style>
background-color css
<style>
a { background-color: #78ADB3; }
a { background-color: rgb(120,173,179); }
div.DivClassName
{
background-color: #78ADB3;
}
.BgClassName
{
background-color: #78ADB3;
}
</style>
border-color css
<style>
span { border-color: #78ADB3; }
span { border-color: rgb(120,173,179); }
td.TdClassName
{
border-color: #78ADB3;
}
.TagClassName
{
border-color: #78ADB3;
}
</style>