#78AAAB

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

Shades of Neptune #78AAAB

Tints of Neptune #78AAAB

Color information

#78AAAB (or 0x78AAAB) is unknown color: approx Neptune. HEX triplet: 78, AA and AB. RGB value is (120,170,171). Sum of RGB (Red+Green+Blue) = 120+170+171=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #78AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAAB is #875554. Grayscale: #9B9B9B. Windows color (decimal): -8869205 or 11250296. OLE color: 11250296.

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

Color convert

RGB120170171-
CMYK0.300.0100.33
HSL181.18º23.29%57.06%-
HSV(B)181.18º29.82%67.06%-
XYZ29.4735.6843.86-
YUV155.16136.94102.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.03%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=26.03%
G=36.88%
B=37.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701710.300.0100.33181.1823.2957.06
Hex78AAAB1E1021b51739
Octal1702522533610412652771
Binary1111000101010101010101111110101000011011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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