Shades of Neptune #78AFB4
Tints of Neptune #78AFB4
RGB
CMYK
RGB Variations
Color information
#78AFB4 (or 0x78AFB4) is known color: Neptune. HEX triplet: 78, AF and B4. RGB value is (120,175,180). Sum of RGB (Red+Green+Blue) = 120+175+180=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #78AFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFB4 is #87504B. Grayscale: #9F9F9F. Windows color (decimal): -8867916 or 11841400. OLE color: 11841400.
HSL color Cylindrical-coordinate representation of color #78AFB4: hue angle of 185º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78AFB4 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 175 | 180 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.29 |
| HSL | 185º | 0.29% | 0.59% | - |
| HSV(B) | 185º | 0.33% | 0.71% | - |
| XYZ | 31.31 | 37.95 | 48.85 | - |
| YUV | 159.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 180 | 0.33 | 0.03 | 0 | 0.29 | 185 | 0.29 | 0.59 |
| Hex | 78 | AF | B4 | 21 | 3 | 0 | 1D | B9 | 1D | 3B |
| Octal | 170 | 257 | 264 | 41 | 3 | 0 | 35 | 271 | 35 | 73 |
| Binary | 1111000 | 10101111 | 10110100 | 100001 | 11 | 0 | 11101 | 10111001 | 11101 | 111011 |
Color Harmonies of #78AFB4
Complementary color
Monochromatic Colors of #78AFB4
Black with #78AFB4
Text Example
Text Example
White with #78AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AFB4; }
p { color: rgb(120,175,180); }
H1.HeaderClassName
{
color: #78AFB4;
}
.AnyTagClassName
{
color: #78AFB4;
}
</style>
background-color css
<style>
a { background-color: #78AFB4; }
a { background-color: rgb(120,175,180); }
div.DivClassName
{
background-color: #78AFB4;
}
.BgClassName
{
background-color: #78AFB4;
}
</style>
border-color css
<style>
span { border-color: #78AFB4; }
span { border-color: rgb(120,175,180); }
td.TdClassName
{
border-color: #78AFB4;
}
.TagClassName
{
border-color: #78AFB4;
}
</style>