#79A9AD

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

Shades of Neptune #79A9AD

Tints of Neptune #79A9AD

Color information

#79A9AD (or 0x79A9AD) is unknown color: approx Neptune. HEX triplet: 79, A9 and AD. RGB value is (121,169,173). Sum of RGB (Red+Green+Blue) = 121+169+173=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #79A9AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A9AD is #865652. Grayscale: #9B9B9B. Windows color (decimal): -8803923 or 11381113. OLE color: 11381113.

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

Color convert

RGB121169173-
CMYK0.300.0200.32
HSL184.62º24.07%57.65%-
HSV(B)184.62º30.06%67.84%-
XYZ29.6235.4644.82-
YUV155.1138.1103.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.13%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=26.13%
G=36.50%
B=37.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211691730.300.0200.32184.6224.0757.65
Hex79A9AD1E2020b9183a
Octal1712512553620402713072
Binary11110011010100110101101111101001000001011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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