Shades of Neptune #78A8AB
Tints of Neptune #78A8AB
RGB
CMYK
RGB Variations
Color information
#78A8AB (or 0x78A8AB) is known color: Neptune. HEX triplet: 78, A8 and AB. RGB value is (120,168,171). Sum of RGB (Red+Green+Blue) = 120+168+171=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #78A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A8AB is #875754. Grayscale: #999999. Windows color (decimal): -8869717 or 11249784. OLE color: 11249784.
HSL color Cylindrical-coordinate representation of color #78A8AB: hue angle of 183.53º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78A8AB is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 168 | 171 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.33 |
| HSL | 183.53º | 0.23% | 0.57% | - |
| HSV(B) | 183.53º | 0.3% | 0.67% | - |
| XYZ | 29.1 | 34.94 | 43.74 | - |
| YUV | 153.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 171 | 0.30 | 0.02 | 0 | 0.33 | 183.53 | 0.23 | 0.57 |
| Hex | 78 | A8 | AB | 1E | 2 | 0 | 21 | B8 | 17 | 39 |
| Octal | 170 | 250 | 253 | 36 | 2 | 0 | 41 | 270 | 27 | 71 |
| Binary | 1111000 | 10101000 | 10101011 | 11110 | 10 | 0 | 100001 | 10111000 | 10111 | 111001 |
Color Harmonies of #78A8AB
Complementary color
Monochromatic Colors of #78A8AB
Black with #78A8AB
Text Example
Text Example
White with #78A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8AB; }
p { color: rgb(120,168,171); }
H1.HeaderClassName
{
color: #78A8AB;
}
.AnyTagClassName
{
color: #78A8AB;
}
</style>
background-color css
<style>
a { background-color: #78A8AB; }
a { background-color: rgb(120,168,171); }
div.DivClassName
{
background-color: #78A8AB;
}
.BgClassName
{
background-color: #78A8AB;
}
</style>
border-color css
<style>
span { border-color: #78A8AB; }
span { border-color: rgb(120,168,171); }
td.TdClassName
{
border-color: #78A8AB;
}
.TagClassName
{
border-color: #78A8AB;
}
</style>