#78A09F

Color #78A09F Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #78A09F

Tints of Neptune #78A09F

Color information

#78A09F (or 0x78A09F) is unknown color: approx Neptune. HEX triplet: 78, A0 and 9F. RGB value is (120,160,159). Sum of RGB (Red+Green+Blue) = 120+160+159=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #78A09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A09F is #875F60. Grayscale: #939393. Windows color (decimal): -8871777 or 10461304. OLE color: 10461304.

HSL color Cylindrical-coordinate representation of color #78A09F: hue angle of 178.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78A09F is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB120160159-
CMYK0.2500.010.37
HSL178.5º17.39%54.9%-
HSV(B)178.5º25%62.75%-
XYZ26.5731.6437.51-
YUV147.93134.25108.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 27.33%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 159 (62.5% from 255) = 36.22%
R=27.33%
G=36.45%
B=36.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1201601590.2500.010.37178.517.3954.9
Hex78A09F190125b21137
Octal1702402373101452622167
Binary1111000101000001001111111001011001011011001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A09F; }

 p { color: rgb(120,160,159); }

 H1.HeaderClassName
 {
   color: #78A09F;
 }
 .AnyTagClassName
 {
   color: #78A09F;
 }
</style>
background-color css

<style>
 a { background-color: #78A09F; }

 a { background-color: rgb(120,160,159); }

 div.DivClassName
 {
   background-color: #78A09F;
 }
 .BgClassName
 {
   background-color: #78A09F;
 }
</style>
border-color css

<style>
 span { border-color: #78A09F; }

 span { border-color: rgb(120,160,159); }

 td.TdClassName
 {
   border-color: #78A09F;
 }
 .TagClassName
 {
   border-color: #78A09F;
 }
</style>