#79A29E

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

Shades of Neptune #79A29E

Tints of Neptune #79A29E

Color information

#79A29E (or 0x79A29E) is unknown color: approx Neptune. HEX triplet: 79, A2 and 9E. RGB value is (121,162,158). Sum of RGB (Red+Green+Blue) = 121+162+158=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #79A29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A29E is #865D61. Grayscale: #959595. Windows color (decimal): -8805730 or 10396281. OLE color: 10396281.

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

Color convert

RGB121162158-
CMYK0.2500.020.36
HSL174.15º18.06%55.49%-
HSV(B)174.15º25.31%63.53%-
XYZ26.9832.3737.17-
YUV149.28132.92107.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.44%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=27.44%
G=36.73%
B=35.83%

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
Decimal1211621580.2500.020.36174.1518.0655.49
Hex79A29E190224ae1237
Octal1712422363102442562267
Binary11110011010001010011110110010101001001010111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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