#79AAAC

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

Shades of Neptune #79AAAC

Tints of Neptune #79AAAC

Color information

#79AAAC (or 0x79AAAC) is unknown color: approx Neptune. HEX triplet: 79, AA and AC. RGB value is (121,170,172). Sum of RGB (Red+Green+Blue) = 121+170+172=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #79AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AAAC is #865553. Grayscale: #9B9B9B. Windows color (decimal): -8803668 or 11315833. OLE color: 11315833.

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

Color convert

RGB121170172-
CMYK0.300.0100.33
HSL182.35º23.5%57.45%-
HSV(B)182.35º29.65%67.45%-
XYZ29.7135.7944.37-
YUV155.58137.27103.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.13%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=26.13%
G=36.72%
B=37.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211701720.300.0100.33182.3523.557.45
Hex79AAAC1E1021b61839
Octal1712522543610412663071
Binary1111001101010101010110011110101000011011011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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