Shades of Neptune #78AFB5
Tints of Neptune #78AFB5
RGB
CMYK
RGB Variations
Color information
#78AFB5 (or 0x78AFB5) is known color: Neptune. HEX triplet: 78, AF and B5. RGB value is (120,175,181). Sum of RGB (Red+Green+Blue) = 120+175+181=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 181 - color contains mainly: blue. Hex color #78AFB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFB5 is #87504A. Grayscale: #9F9F9F. Windows color (decimal): -8867915 or 11906936. OLE color: 11906936.
HSL color Cylindrical-coordinate representation of color #78AFB5: hue angle of 185.9º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78AFB5 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 175 | 181 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.29 |
| HSL | 185.9º | 0.29% | 0.59% | - |
| HSV(B) | 185.9º | 0.34% | 0.71% | - |
| XYZ | 31.42 | 37.99 | 49.39 | - |
| YUV | 159.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 181 | 0.34 | 0.03 | 0 | 0.29 | 185.9 | 0.29 | 0.59 |
| Hex | 78 | AF | B5 | 22 | 3 | 0 | 1D | BA | 1D | 3B |
| Octal | 170 | 257 | 265 | 42 | 3 | 0 | 35 | 272 | 35 | 73 |
| Binary | 1111000 | 10101111 | 10110101 | 100010 | 11 | 0 | 11101 | 10111010 | 11101 | 111011 |
Color Harmonies of #78AFB5
Complementary color
Monochromatic Colors of #78AFB5
Black with #78AFB5
Text Example
Text Example
White with #78AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AFB5; }
p { color: rgb(120,175,181); }
H1.HeaderClassName
{
color: #78AFB5;
}
.AnyTagClassName
{
color: #78AFB5;
}
</style>
background-color css
<style>
a { background-color: #78AFB5; }
a { background-color: rgb(120,175,181); }
div.DivClassName
{
background-color: #78AFB5;
}
.BgClassName
{
background-color: #78AFB5;
}
</style>
border-color css
<style>
span { border-color: #78AFB5; }
span { border-color: rgb(120,175,181); }
td.TdClassName
{
border-color: #78AFB5;
}
.TagClassName
{
border-color: #78AFB5;
}
</style>