#79A9AF

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

Shades of Neptune #79A9AF

Tints of Neptune #79A9AF

Color information

#79A9AF (or 0x79A9AF) is unknown color: approx Neptune. HEX triplet: 79, A9 and AF. RGB value is (121,169,175). Sum of RGB (Red+Green+Blue) = 121+169+175=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #79A9AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A9AF is #865650. Grayscale: #9B9B9B. Windows color (decimal): -8803921 or 11512185. OLE color: 11512185.

HSL color Cylindrical-coordinate representation of color #79A9AF: hue angle of 186.67º 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 #79A9AF is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121169175-
CMYK0.310.0300.31
HSL186.67º25.23%58.04%-
HSV(B)186.67º30.86%68.63%-
XYZ29.8135.5445.85-
YUV155.33139.1103.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.02%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=26.02%
G=36.34%
B=37.63%

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
Decimal1211691750.310.0300.31186.6725.2358.04
Hex79A9AF1F301Fbb193a
Octal1712512573730372733172
Binary1111001101010011010111111111110111111011101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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