#79A29F

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

Shades of Neptune #79A29F

Tints of Neptune #79A29F

Color information

#79A29F (or 0x79A29F) is unknown color: approx Neptune. HEX triplet: 79, A2 and 9F. RGB value is (121,162,159). Sum of RGB (Red+Green+Blue) = 121+162+159=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 162 - color contains mainly: green. Hex color #79A29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A29F is #865D60. Grayscale: #959595. Windows color (decimal): -8805729 or 10461817. OLE color: 10461817.

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

Color convert

RGB121162159-
CMYK0.2500.020.36
HSL175.61º18.06%55.49%-
HSV(B)175.61º25.31%63.53%-
XYZ27.0632.4137.63-
YUV149.4133.42107.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.38%
GREEN value IS 162 (63.67% from 255) = 36.65%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=27.38%
G=36.65%
B=35.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211621590.2500.020.36175.6118.0655.49
Hex79A29F190224b01237
Octal1712422373102442602267
Binary11110011010001010011111110010101001001011000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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