#79ADAE

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

Shades of Neptune #79ADAE

Tints of Neptune #79ADAE

Color information

#79ADAE (or 0x79ADAE) is unknown color: approx Neptune. HEX triplet: 79, AD and AE. RGB value is (121,173,174). Sum of RGB (Red+Green+Blue) = 121+173+174=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #79ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ADAE is #865251. Grayscale: #9D9D9D. Windows color (decimal): -8802898 or 11447673. OLE color: 11447673.

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

Color convert

RGB121173174-
CMYK0.300.0100.32
HSL181.13º24.65%57.84%-
HSV(B)181.13º30.46%68.24%-
XYZ30.4737.0145.58-
YUV157.57137.27101.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.85%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=25.85%
G=36.97%
B=37.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211731740.300.0100.32181.1324.6557.84
Hex79ADAE1E1020b5193a
Octal1712552563610402653172
Binary1111001101011011010111011110101000001011010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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