#79A39F

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

Shades of Neptune #79A39F

Tints of Neptune #79A39F

Color information

#79A39F (or 0x79A39F) is unknown color: approx Neptune. HEX triplet: 79, A3 and 9F. RGB value is (121,163,159). Sum of RGB (Red+Green+Blue) = 121+163+159=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #79A39F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A39F is #865C60. Grayscale: #959595. Windows color (decimal): -8805473 or 10462073. OLE color: 10462073.

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

Color convert

RGB121163159-
CMYK0.2600.020.36
HSL174.29º18.58%55.69%-
HSV(B)174.29º25.77%63.92%-
XYZ27.2432.7637.69-
YUV149.99133.09107.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.31%
GREEN value IS 163 (64.06% from 255) = 36.79%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=27.31%
G=36.79%
B=35.89%

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
Decimal1211631590.2600.020.36174.2918.5855.69
Hex79A39F1A0224ae1338
Octal1712432373202442562370
Binary11110011010001110011111110100101001001010111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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