#78A8AE

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

Shades of Neptune #78A8AE

Tints of Neptune #78A8AE

Color information

#78A8AE (or 0x78A8AE) is unknown color: approx Neptune. HEX triplet: 78, A8 and AE. RGB value is (120,168,174). Sum of RGB (Red+Green+Blue) = 120+168+174=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #78A8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A8AE is #875751. Grayscale: #9A9A9A. Windows color (decimal): -8869714 or 11446392. OLE color: 11446392.

HSL color Cylindrical-coordinate representation of color #78A8AE: hue angle of 186.67º 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 #78A8AE is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120168174-
CMYK0.310.0300.32
HSL186.67º25%57.65%-
HSV(B)186.67º31.03%68.24%-
XYZ29.3935.0545.26-
YUV154.33139.1103.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.97%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=25.97%
G=36.36%
B=37.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201681740.310.0300.32186.672557.65
Hex78A8AE1F3020bb193a
Octal1702502563730402733172
Binary11110001010100010101110111111101000001011101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,168,174); }

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

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

 a { background-color: rgb(120,168,174); }

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

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

 span { border-color: rgb(120,168,174); }

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