#79A5AD

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

Shades of Neptune #79A5AD

Tints of Neptune #79A5AD

Color information

#79A5AD (or 0x79A5AD) is unknown color: approx Neptune. HEX triplet: 79, A5 and AD. RGB value is (121,165,173). Sum of RGB (Red+Green+Blue) = 121+165+173=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #79A5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A5AD is #865A52. Grayscale: #989898. Windows color (decimal): -8804947 or 11380089. OLE color: 11380089.

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

Color convert

RGB121165173-
CMYK0.300.0500.32
HSL189.23º24.07%57.65%-
HSV(B)189.23º30.06%67.84%-
XYZ28.8833.9944.57-
YUV152.76139.42105.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.36%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=26.36%
G=35.95%
B=37.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211651730.300.0500.32189.2324.0757.65
Hex79A5AD1E5020bd183a
Octal1712452553650402753072
Binary111100110100101101011011111010101000001011110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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