#78AAB1

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

Shades of Neptune #78AAB1

Tints of Neptune #78AAB1

Color information

#78AAB1 (or 0x78AAB1) is unknown color: approx Neptune. HEX triplet: 78, AA and B1. RGB value is (120,170,177). Sum of RGB (Red+Green+Blue) = 120+170+177=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #78AAB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAB1 is #87554E. Grayscale: #9B9B9B. Windows color (decimal): -8869199 or 11643512. OLE color: 11643512.

HSL color Cylindrical-coordinate representation of color #78AAB1: hue angle of 187.37º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78AAB1 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB120170177-
CMYK0.320.0400.31
HSL187.37º26.76%58.24%-
HSV(B)187.37º32.2%69.41%-
XYZ30.0635.9246.94-
YUV155.85139.94102.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.70%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=25.70%
G=36.40%
B=37.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201701770.320.0400.31187.3726.7658.24
Hex78AAB120401Fbb1b3a
Octal1702522614040372733372
Binary111100010101010101100011000001000111111011101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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