#78A6AA

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

Shades of Neptune #78A6AA

Tints of Neptune #78A6AA

Color information

#78A6AA (or 0x78A6AA) is unknown color: approx Neptune. HEX triplet: 78, A6 and AA. RGB value is (120,166,170). Sum of RGB (Red+Green+Blue) = 120+166+170=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #78A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A6AA is #875955. Grayscale: #989898. Windows color (decimal): -8870230 or 11183736. OLE color: 11183736.

HSL color Cylindrical-coordinate representation of color #78A6AA: hue angle of 184.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78A6AA is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120166170-
CMYK0.290.0200.33
HSL184.8º22.73%56.86%-
HSV(B)184.8º29.41%66.67%-
XYZ28.6434.1743.12-
YUV152.7137.76104.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.32%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=26.32%
G=36.40%
B=37.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201661700.290.0200.33184.822.7356.86
Hex78A6AA1D2021b91739
Octal1702462523520412712771
Binary11110001010011010101010111011001000011011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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