#79A2A0

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

Shades of Neptune #79A2A0

Tints of Neptune #79A2A0

Color information

#79A2A0 (or 0x79A2A0) is unknown color: approx Neptune. HEX triplet: 79, A2 and A0. RGB value is (121,162,160). Sum of RGB (Red+Green+Blue) = 121+162+160=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #79A2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A2A0 is #865D5F. Grayscale: #959595. Windows color (decimal): -8805728 or 10527353. OLE color: 10527353.

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

Color convert

RGB121162160-
CMYK0.2500.010.36
HSL177.07º18.06%55.49%-
HSV(B)177.07º25.31%63.53%-
XYZ27.1532.4438.09-
YUV149.51133.92107.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.31%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=27.31%
G=36.57%
B=36.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211621600.2500.010.36177.0718.0655.49
Hex79A2A0190124b11237
Octal1712422403101442612267
Binary1111001101000101010000011001011001001011000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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