#79AFAD

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

Shades of Neptune #79AFAD

Tints of Neptune #79AFAD

Color information

#79AFAD (or 0x79AFAD) is unknown color: approx Neptune. HEX triplet: 79, AF and AD. RGB value is (121,175,173). Sum of RGB (Red+Green+Blue) = 121+175+173=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #79AFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AFAD is #865052. Grayscale: #9E9E9E. Windows color (decimal): -8802387 or 11382649. OLE color: 11382649.

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

Color convert

RGB121175173-
CMYK0.3100.010.31
HSL177.78º25.23%58.04%-
HSV(B)177.78º30.86%68.63%-
XYZ30.7637.7445.2-
YUV158.63136.11101.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.80%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=25.80%
G=37.31%
B=36.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211751730.3100.010.31177.7825.2358.04
Hex79AFAD1F011Fb2193a
Octal1712572553701372623172
Binary111100110101111101011011111101111111011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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