#78AAA8

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

Shades of Neptune #78AAA8

Tints of Neptune #78AAA8

Color information

#78AAA8 (or 0x78AAA8) is unknown color: approx Neptune. HEX triplet: 78, AA and A8. RGB value is (120,170,168). Sum of RGB (Red+Green+Blue) = 120+170+168=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #78AAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAA8 is #875557. Grayscale: #9A9A9A. Windows color (decimal): -8869208 or 11053688. OLE color: 11053688.

HSL color Cylindrical-coordinate representation of color #78AAA8: hue angle of 177.6º 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 #78AAA8 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB120170168-
CMYK0.2900.010.33
HSL177.6º22.73%56.86%-
HSV(B)177.6º29.41%66.67%-
XYZ29.1935.5742.37-
YUV154.82135.44103.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.20%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 168 (66.02% from 255) = 36.68%
R=26.20%
G=37.12%
B=36.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701680.2900.010.33177.622.7356.86
Hex78AAA81D0121b21739
Octal1702522503501412622771
Binary1111000101010101010100011101011000011011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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