#79A5AC

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

Shades of Neptune #79A5AC

Tints of Neptune #79A5AC

Color information

#79A5AC (or 0x79A5AC) is unknown color: approx Neptune. HEX triplet: 79, A5 and AC. RGB value is (121,165,172). Sum of RGB (Red+Green+Blue) = 121+165+172=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #79A5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A5AC is #865A53. Grayscale: #989898. Windows color (decimal): -8804948 or 11314553. OLE color: 11314553.

HSL color Cylindrical-coordinate representation of color #79A5AC: hue angle of 188.24º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79A5AC is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121165172-
CMYK0.300.0400.33
HSL188.24º23.5%57.45%-
HSV(B)188.24º29.65%67.45%-
XYZ28.7933.9544.07-
YUV152.64138.92105.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.42%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=26.42%
G=36.03%
B=37.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211651720.300.0400.33188.2423.557.45
Hex79A5AC1E4021bc1839
Octal1712452543640412743071
Binary111100110100101101011001111010001000011011110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,165,172); }

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

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

 a { background-color: rgb(121,165,172); }

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

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

 span { border-color: rgb(121,165,172); }

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