#79B0B4

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

Shades of Neptune #79B0B4

Tints of Neptune #79B0B4

Color information

#79B0B4 (or 0x79B0B4) is unknown color: approx Neptune. HEX triplet: 79, B0 and B4. RGB value is (121,176,180). Sum of RGB (Red+Green+Blue) = 121+176+180=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #79B0B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B0B4 is #864F4B. Grayscale: #9F9F9F. Windows color (decimal): -8802124 or 11841657. OLE color: 11841657.

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

Color convert

RGB121176180-
CMYK0.330.0200.29
HSL184.07º28.23%59.02%-
HSV(B)184.07º32.78%70.59%-
XYZ31.6538.4148.93-
YUV160.01139.28100.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.37%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=25.37%
G=36.90%
B=37.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211761800.330.0200.29184.0728.2359.02
Hex79B0B421201Db81c3b
Octal1712602644120352703473
Binary11110011011000010110100100001100111011011100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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