#799F9D

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

Shades of Neptune #799F9D

Tints of Neptune #799F9D

Color information

#799F9D (or 0x799F9D) is unknown color: approx Neptune. HEX triplet: 79, 9F and 9D. RGB value is (121,159,157). Sum of RGB (Red+Green+Blue) = 121+159+157=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 159 - color contains mainly: green. Hex color #799F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799F9D is #866062. Grayscale: #939393. Windows color (decimal): -8806499 or 10329977. OLE color: 10329977.

HSL color Cylindrical-coordinate representation of color #799F9D: hue angle of 176.84º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #799F9D is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB121159157-
CMYK0.2400.010.38
HSL176.84º16.52%54.9%-
HSV(B)176.84º23.9%62.35%-
XYZ26.3731.336.55-
YUV147.41133.41109.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.69%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=27.69%
G=36.38%
B=35.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211591570.2400.010.38176.8416.5254.9
Hex799F9D180126b11137
Octal1712372353001462612167
Binary1111001100111111001110111000011001101011000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799F9D; }

 p { color: rgb(121,159,157); }

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

<style>
 a { background-color: #799F9D; }

 a { background-color: rgb(121,159,157); }

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

<style>
 span { border-color: #799F9D; }

 span { border-color: rgb(121,159,157); }

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