#78AAAE

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

Shades of Neptune #78AAAE

Tints of Neptune #78AAAE

Color information

#78AAAE (or 0x78AAAE) is unknown color: approx Neptune. HEX triplet: 78, AA and AE. RGB value is (120,170,174). Sum of RGB (Red+Green+Blue) = 120+170+174=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #78AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAAE is #875551. Grayscale: #9B9B9B. Windows color (decimal): -8869202 or 11446904. OLE color: 11446904.

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

Color convert

RGB120170174-
CMYK0.310.0200.32
HSL184.44º25%57.65%-
HSV(B)184.44º31.03%68.24%-
XYZ29.7635.845.39-
YUV155.51138.44102.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.86%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=25.86%
G=36.64%
B=37.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201701740.310.0200.32184.442557.65
Hex78AAAE1F2020b8193a
Octal1702522563720402703172
Binary11110001010101010101110111111001000001011100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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