#79ADB4

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

Shades of Neptune #79ADB4

Tints of Neptune #79ADB4

Color information

#79ADB4 (or 0x79ADB4) is unknown color: approx Neptune. HEX triplet: 79, AD and B4. RGB value is (121,173,180). Sum of RGB (Red+Green+Blue) = 121+173+180=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #79ADB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ADB4 is #86524B. Grayscale: #9E9E9E. Windows color (decimal): -8802892 or 11840889. OLE color: 11840889.

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

Color convert

RGB121173180-
CMYK0.330.0400.29
HSL187.12º28.23%59.02%-
HSV(B)187.12º32.78%70.59%-
XYZ31.0737.2548.73-
YUV158.25140.27101.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.53%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=25.53%
G=36.50%
B=37.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211731800.330.0400.29187.1228.2359.02
Hex79ADB421401Dbb1c3b
Octal1712552644140352733473
Binary111100110101101101101001000011000111011011101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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