Shades of Neptune #78AEAD
Tints of Neptune #78AEAD
RGB
CMYK
RGB Variations
Color information
#78AEAD (or 0x78AEAD) is known color: Neptune. HEX triplet: 78, AE and AD. RGB value is (120,174,173). Sum of RGB (Red+Green+Blue) = 120+174+173=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #78AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AEAD is #875152. Grayscale: #9D9D9D. Windows color (decimal): -8868179 or 11382392. OLE color: 11382392.
HSL color Cylindrical-coordinate representation of color #78AEAD: hue angle of 178.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AEAD is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 174 | 173 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.32 |
| HSL | 178.89º | 0.25% | 0.58% | - |
| HSV(B) | 178.89º | 0.31% | 0.68% | - |
| XYZ | 30.42 | 37.28 | 45.13 | - |
| YUV | 157.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 174 | 173 | 0.31 | 0 | 0.01 | 0.32 | 178.89 | 0.25 | 0.58 |
| Hex | 78 | AE | AD | 1F | 0 | 1 | 20 | B3 | 19 | 3A |
| Octal | 170 | 256 | 255 | 37 | 0 | 1 | 40 | 263 | 31 | 72 |
| Binary | 1111000 | 10101110 | 10101101 | 11111 | 0 | 1 | 100000 | 10110011 | 11001 | 111010 |
Color Harmonies of #78AEAD
Complementary color
Monochromatic Colors of #78AEAD
Black with #78AEAD
Text Example
Text Example
White with #78AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AEAD; }
p { color: rgb(120,174,173); }
H1.HeaderClassName
{
color: #78AEAD;
}
.AnyTagClassName
{
color: #78AEAD;
}
</style>
background-color css
<style>
a { background-color: #78AEAD; }
a { background-color: rgb(120,174,173); }
div.DivClassName
{
background-color: #78AEAD;
}
.BgClassName
{
background-color: #78AEAD;
}
</style>
border-color css
<style>
span { border-color: #78AEAD; }
span { border-color: rgb(120,174,173); }
td.TdClassName
{
border-color: #78AEAD;
}
.TagClassName
{
border-color: #78AEAD;
}
</style>