Shades of Neptune #78ADB4
Tints of Neptune #78ADB4
RGB
CMYK
RGB Variations
Color information
#78ADB4 (or 0x78ADB4) is known color: Neptune. HEX triplet: 78, AD and B4. RGB value is (120,173,180). Sum of RGB (Red+Green+Blue) = 120+173+180=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #78ADB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADB4 is #87524B. Grayscale: #9D9D9D. Windows color (decimal): -8868428 or 11840888. OLE color: 11840888.
HSL color Cylindrical-coordinate representation of color #78ADB4: hue angle of 187º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78ADB4 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 173 | 180 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.29 |
| HSL | 187º | 0.29% | 0.59% | - |
| HSV(B) | 187º | 0.33% | 0.71% | - |
| XYZ | 30.93 | 37.18 | 48.73 | - |
| YUV | 157.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 180 | 0.33 | 0.04 | 0 | 0.29 | 187 | 0.29 | 0.59 |
| Hex | 78 | AD | B4 | 21 | 4 | 0 | 1D | BB | 1D | 3B |
| Octal | 170 | 255 | 264 | 41 | 4 | 0 | 35 | 273 | 35 | 73 |
| Binary | 1111000 | 10101101 | 10110100 | 100001 | 100 | 0 | 11101 | 10111011 | 11101 | 111011 |
Color Harmonies of #78ADB4
Complementary color
Monochromatic Colors of #78ADB4
Black with #78ADB4
Text Example
Text Example
White with #78ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADB4; }
p { color: rgb(120,173,180); }
H1.HeaderClassName
{
color: #78ADB4;
}
.AnyTagClassName
{
color: #78ADB4;
}
</style>
background-color css
<style>
a { background-color: #78ADB4; }
a { background-color: rgb(120,173,180); }
div.DivClassName
{
background-color: #78ADB4;
}
.BgClassName
{
background-color: #78ADB4;
}
</style>
border-color css
<style>
span { border-color: #78ADB4; }
span { border-color: rgb(120,173,180); }
td.TdClassName
{
border-color: #78ADB4;
}
.TagClassName
{
border-color: #78ADB4;
}
</style>