#78AAB0

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

Shades of Neptune #78AAB0

Tints of Neptune #78AAB0

Color information

#78AAB0 (or 0x78AAB0) is unknown color: approx Neptune. HEX triplet: 78, AA and B0. RGB value is (120,170,176). Sum of RGB (Red+Green+Blue) = 120+170+176=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 176 - color contains mainly: blue. Hex color #78AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AAB0 is #87554F. Grayscale: #9B9B9B. Windows color (decimal): -8869200 or 11577976. OLE color: 11577976.

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

Color convert

RGB120170176-
CMYK0.320.0300.31
HSL186.43º26.17%58.04%-
HSV(B)186.43º31.82%69.02%-
XYZ29.9635.8846.42-
YUV155.73139.44102.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.75%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 176 (69.14% from 255) = 37.77%
R=25.75%
G=36.48%
B=37.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201701760.320.0300.31186.4326.1758.04
Hex78AAB020301Fba1a3a
Octal1702522604030372723272
Binary11110001010101010110000100000110111111011101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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