#79A6AC

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

Shades of Neptune #79A6AC

Tints of Neptune #79A6AC

Color information

#79A6AC (or 0x79A6AC) is unknown color: approx Neptune. HEX triplet: 79, A6 and AC. RGB value is (121,166,172). Sum of RGB (Red+Green+Blue) = 121+166+172=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #79A6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A6AC is #865953. Grayscale: #999999. Windows color (decimal): -8804692 or 11314809. OLE color: 11314809.

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

Color convert

RGB121166172-
CMYK0.300.0300.33
HSL187.06º23.5%57.45%-
HSV(B)187.06º29.65%67.45%-
XYZ28.9734.3244.13-
YUV153.23138.59105.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.36%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=26.36%
G=36.17%
B=37.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211661720.300.0300.33187.0623.557.45
Hex79A6AC1E3021bb1839
Octal1712462543630412733071
Binary11110011010011010101100111101101000011011101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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