#79AEAE

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

Shades of Neptune #79AEAE

Tints of Neptune #79AEAE

Color information

#79AEAE (or 0x79AEAE) is unknown color: approx Neptune. HEX triplet: 79, AE and AE. RGB value is (121,174,174). Sum of RGB (Red+Green+Blue) = 121+174+174=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #79AEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AEAE is #865151. Grayscale: #9E9E9E. Windows color (decimal): -8802642 or 11447929. OLE color: 11447929.

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

Color convert

RGB121174174-
CMYK0.30000.32
HSL180º24.65%57.84%-
HSV(B)180º30.46%68.24%-
XYZ30.6637.3945.65-
YUV158.15136.94101.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.80%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=25.80%
G=37.10%
B=37.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211741740.30000.3218024.6557.84
Hex79AEAE1E0020b4193a
Octal1712562563600402643172
Binary1111001101011101010111011110001000001011010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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