#79A3AA

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

Shades of Neptune #79A3AA

Tints of Neptune #79A3AA

Color information

#79A3AA (or 0x79A3AA) is unknown color: approx Neptune. HEX triplet: 79, A3 and AA. RGB value is (121,163,170). Sum of RGB (Red+Green+Blue) = 121+163+170=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #79A3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A3AA is #865C55. Grayscale: #979797. Windows color (decimal): -8805462 or 11182969. OLE color: 11182969.

HSL color Cylindrical-coordinate representation of color #79A3AA: hue angle of 188.57º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79A3AA is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121163170-
CMYK0.290.0400.33
HSL188.57º22.37%57.06%-
HSV(B)188.57º28.82%66.67%-
XYZ28.2433.1642.94-
YUV151.24138.59106.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.65%
GREEN value IS 163 (64.06% from 255) = 35.90%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=26.65%
G=35.90%
B=37.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211631700.290.0400.33188.5722.3757.06
Hex79A3AA1D4021bd1639
Octal1712432523540412752671
Binary111100110100011101010101110110001000011011110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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