Shades of Neptune #78A8AF
Tints of Neptune #78A8AF
RGB
CMYK
RGB Variations
Color information
#78A8AF (or 0x78A8AF) is known color: Neptune. HEX triplet: 78, A8 and AF. RGB value is (120,168,175). Sum of RGB (Red+Green+Blue) = 120+168+175=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #78A8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A8AF is #875750. Grayscale: #9A9A9A. Windows color (decimal): -8869713 or 11511928. OLE color: 11511928.
HSL color Cylindrical-coordinate representation of color #78A8AF: hue angle of 187.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78A8AF is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 168 | 175 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.31 |
| HSL | 187.64º | 0.26% | 0.58% | - |
| HSV(B) | 187.64º | 0.31% | 0.69% | - |
| XYZ | 29.49 | 35.09 | 45.78 | - |
| YUV | 154.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 175 | 0.31 | 0.04 | 0 | 0.31 | 187.64 | 0.26 | 0.58 |
| Hex | 78 | A8 | AF | 1F | 4 | 0 | 1F | BC | 1A | 3A |
| Octal | 170 | 250 | 257 | 37 | 4 | 0 | 37 | 274 | 32 | 72 |
| Binary | 1111000 | 10101000 | 10101111 | 11111 | 100 | 0 | 11111 | 10111100 | 11010 | 111010 |
Color Harmonies of #78A8AF
Complementary color
Monochromatic Colors of #78A8AF
Black with #78A8AF
Text Example
Text Example
White with #78A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8AF; }
p { color: rgb(120,168,175); }
H1.HeaderClassName
{
color: #78A8AF;
}
.AnyTagClassName
{
color: #78A8AF;
}
</style>
background-color css
<style>
a { background-color: #78A8AF; }
a { background-color: rgb(120,168,175); }
div.DivClassName
{
background-color: #78A8AF;
}
.BgClassName
{
background-color: #78A8AF;
}
</style>
border-color css
<style>
span { border-color: #78A8AF; }
span { border-color: rgb(120,168,175); }
td.TdClassName
{
border-color: #78A8AF;
}
.TagClassName
{
border-color: #78A8AF;
}
</style>