#79ACA9

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

Shades of Neptune #79ACA9

Tints of Neptune #79ACA9

Color information

#79ACA9 (or 0x79ACA9) is unknown color: approx Neptune. HEX triplet: 79, AC and A9. RGB value is (121,172,169). Sum of RGB (Red+Green+Blue) = 121+172+169=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #79ACA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ACA9 is #865356. Grayscale: #9C9C9C. Windows color (decimal): -8803159 or 11119737. OLE color: 11119737.

HSL color Cylindrical-coordinate representation of color #79ACA9: hue angle of 176.47º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79ACA9 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB121172169-
CMYK0.3000.020.33
HSL176.47º23.5%57.45%-
HSV(B)176.47º29.65%67.45%-
XYZ29.836.4343-
YUV156.41135.1102.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.19%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 169 (66.41% from 255) = 36.58%
R=26.19%
G=37.23%
B=36.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211721690.3000.020.33176.4723.557.45
Hex79ACA91E0221b01839
Octal1712542513602412603071
Binary11110011010110010101001111100101000011011000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,172,169); }

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

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

 a { background-color: rgb(121,172,169); }

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

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

 span { border-color: rgb(121,172,169); }

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