#78A29F

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

Shades of Neptune #78A29F

Tints of Neptune #78A29F

Color information

#78A29F (or 0x78A29F) is unknown color: approx Neptune. HEX triplet: 78, A2 and 9F. RGB value is (120,162,159). Sum of RGB (Red+Green+Blue) = 120+162+159=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #78A29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A29F is #875D60. Grayscale: #959595. Windows color (decimal): -8871265 or 10461816. OLE color: 10461816.

HSL color Cylindrical-coordinate representation of color #78A29F: hue angle of 175.71º 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 #78A29F is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB120162159-
CMYK0.2600.020.36
HSL175.71º18.42%55.29%-
HSV(B)175.71º25.93%63.53%-
XYZ26.9232.3437.62-
YUV149.1133.59107.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.21%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=27.21%
G=36.73%
B=36.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201621590.2600.020.36175.7118.4255.29
Hex78A29F1A0224b01237
Octal1702422373202442602267
Binary11110001010001010011111110100101001001011000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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