#79A6AD

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

Shades of Neptune #79A6AD

Tints of Neptune #79A6AD

Color information

#79A6AD (or 0x79A6AD) is unknown color: approx Neptune. HEX triplet: 79, A6 and AD. RGB value is (121,166,173). Sum of RGB (Red+Green+Blue) = 121+166+173=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #79A6AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A6AD is #865952. Grayscale: #999999. Windows color (decimal): -8804691 or 11380345. OLE color: 11380345.

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

Color convert

RGB121166173-
CMYK0.300.0400.32
HSL188.08º24.07%57.65%-
HSV(B)188.08º30.06%67.84%-
XYZ29.0634.3544.63-
YUV153.34139.09104.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.30%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=26.30%
G=36.09%
B=37.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211661730.300.0400.32188.0824.0757.65
Hex79A6AD1E4020bc183a
Octal1712462553640402743072
Binary111100110100110101011011111010001000001011110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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