Shades of Neptune #78ADAA
Tints of Neptune #78ADAA
RGB
CMYK
RGB Variations
Color information
#78ADAA (or 0x78ADAA) is known color: Neptune. HEX triplet: 78, AD and AA. RGB value is (120,173,170). Sum of RGB (Red+Green+Blue) = 120+173+170=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #78ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78ADAA is #875255. Grayscale: #9C9C9C. Windows color (decimal): -8868438 or 11185528. OLE color: 11185528.
HSL color Cylindrical-coordinate representation of color #78ADAA: hue angle of 176.6º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78ADAA is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 173 | 170 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.32 |
| HSL | 176.6º | 0.24% | 0.57% | - |
| HSV(B) | 176.6º | 0.31% | 0.68% | - |
| XYZ | 29.95 | 36.78 | 43.55 | - |
| YUV | 156.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 170 | 0.31 | 0 | 0.02 | 0.32 | 176.6 | 0.24 | 0.57 |
| Hex | 78 | AD | AA | 1F | 0 | 2 | 20 | B1 | 18 | 39 |
| Octal | 170 | 255 | 252 | 37 | 0 | 2 | 40 | 261 | 30 | 71 |
| Binary | 1111000 | 10101101 | 10101010 | 11111 | 0 | 10 | 100000 | 10110001 | 11000 | 111001 |
Color Harmonies of #78ADAA
Complementary color
Monochromatic Colors of #78ADAA
Black with #78ADAA
Text Example
Text Example
White with #78ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADAA; }
p { color: rgb(120,173,170); }
H1.HeaderClassName
{
color: #78ADAA;
}
.AnyTagClassName
{
color: #78ADAA;
}
</style>
background-color css
<style>
a { background-color: #78ADAA; }
a { background-color: rgb(120,173,170); }
div.DivClassName
{
background-color: #78ADAA;
}
.BgClassName
{
background-color: #78ADAA;
}
</style>
border-color css
<style>
span { border-color: #78ADAA; }
span { border-color: rgb(120,173,170); }
td.TdClassName
{
border-color: #78ADAA;
}
.TagClassName
{
border-color: #78ADAA;
}
</style>