#79AEAC

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

Shades of Neptune #79AEAC

Tints of Neptune #79AEAC

Color information

#79AEAC (or 0x79AEAC) is unknown color: approx Neptune. HEX triplet: 79, AE and AC. RGB value is (121,174,172). Sum of RGB (Red+Green+Blue) = 121+174+172=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #79AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AEAC is #865153. Grayscale: #9D9D9D. Windows color (decimal): -8802644 or 11316857. OLE color: 11316857.

HSL color Cylindrical-coordinate representation of color #79AEAC: hue angle of 177.74º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79AEAC is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB121174172-
CMYK0.3000.010.32
HSL177.74º24.65%57.84%-
HSV(B)177.74º30.46%68.24%-
XYZ30.4737.3244.63-
YUV157.93135.94101.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.91%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=25.91%
G=37.26%
B=36.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211741720.3000.010.32177.7424.6557.84
Hex79AEAC1E0120b2193a
Octal1712562543601402623172
Binary1111001101011101010110011110011000001011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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