#78A2A1

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

Shades of Neptune #78A2A1

Tints of Neptune #78A2A1

Color information

#78A2A1 (or 0x78A2A1) is unknown color: approx Neptune. HEX triplet: 78, A2 and A1. RGB value is (120,162,161). Sum of RGB (Red+Green+Blue) = 120+162+161=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #78A2A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A2A1 is #875D5E. Grayscale: #959595. Windows color (decimal): -8871263 or 10592888. OLE color: 10592888.

HSL color Cylindrical-coordinate representation of color #78A2A1: hue angle of 178.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A2A1 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB120162161-
CMYK0.2600.010.36
HSL178.57º18.42%55.29%-
HSV(B)178.57º25.93%63.53%-
XYZ27.132.4138.55-
YUV149.33134.59107.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.09%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 161 (63.28% from 255) = 36.34%
R=27.09%
G=36.57%
B=36.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201621610.2600.010.36178.5718.4255.29
Hex78A2A11A0124b31237
Octal1702422413201442632267
Binary1111000101000101010000111010011001001011001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,162,161); }

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

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

 a { background-color: rgb(120,162,161); }

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

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

 span { border-color: rgb(120,162,161); }

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