#79B0AE

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

Shades of Neptune #79B0AE

Tints of Neptune #79B0AE

Color information

#79B0AE (or 0x79B0AE) is unknown color: approx Neptune. HEX triplet: 79, B0 and AE. RGB value is (121,176,174). Sum of RGB (Red+Green+Blue) = 121+176+174=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #79B0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B0AE is #864F51. Grayscale: #9F9F9F. Windows color (decimal): -8802130 or 11448441. OLE color: 11448441.

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

Color convert

RGB121176174-
CMYK0.3100.010.31
HSL177.82º25.82%58.24%-
HSV(B)177.82º31.25%69.02%-
XYZ31.0538.1745.78-
YUV159.33136.28100.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=25.69%
G=37.37%
B=36.94%

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
Decimal1211761740.3100.010.31177.8225.8258.24
Hex79B0AE1F011Fb21a3a
Octal1712602563701372623272
Binary111100110110000101011101111101111111011001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,176,174); }

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

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

 a { background-color: rgb(121,176,174); }

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

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

 span { border-color: rgb(121,176,174); }

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