#79A7AB

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

Shades of Neptune #79A7AB

Tints of Neptune #79A7AB

Color information

#79A7AB (or 0x79A7AB) is unknown color: approx Neptune. HEX triplet: 79, A7 and AB. RGB value is (121,167,171). Sum of RGB (Red+Green+Blue) = 121+167+171=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #79A7AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A7AB is #865854. Grayscale: #999999. Windows color (decimal): -8804437 or 11249529. OLE color: 11249529.

HSL color Cylindrical-coordinate representation of color #79A7AB: hue angle of 184.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79A7AB is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121167171-
CMYK0.290.0200.33
HSL184.8º22.94%57.25%-
HSV(B)184.8º29.24%67.06%-
XYZ29.0534.6443.68-
YUV153.7137.76104.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.36%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=26.36%
G=36.38%
B=37.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211671710.290.0200.33184.822.9457.25
Hex79A7AB1D2021b91739
Octal1712472533520412712771
Binary11110011010011110101011111011001000011011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,167,171); }

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

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

 a { background-color: rgb(121,167,171); }

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

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

 span { border-color: rgb(121,167,171); }

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