#79AAAF

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

Shades of Neptune #79AAAF

Tints of Neptune #79AAAF

Color information

#79AAAF (or 0x79AAAF) is unknown color: approx Neptune. HEX triplet: 79, AA and AF. RGB value is (121,170,175). Sum of RGB (Red+Green+Blue) = 121+170+175=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #79AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AAAF is #865550. Grayscale: #9B9B9B. Windows color (decimal): -8803665 or 11512441. OLE color: 11512441.

HSL color Cylindrical-coordinate representation of color #79AAAF: hue angle of 185.56º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79AAAF is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121170175-
CMYK0.310.0300.31
HSL185.56º25.23%58.04%-
HSV(B)185.56º30.86%68.63%-
XYZ3035.9145.91-
YUV155.92138.77103.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.97%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=25.97%
G=36.48%
B=37.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211701750.310.0300.31185.5625.2358.04
Hex79AAAF1F301Fba193a
Octal1712522573730372723172
Binary1111001101010101010111111111110111111011101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,170,175); }

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

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

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

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

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

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

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