#759C9F

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

Shades of Neptune #759C9F

Tints of Neptune #759C9F

Color information

#759C9F (or 0x759C9F) is unknown color: approx Neptune. HEX triplet: 75, 9C and 9F. RGB value is (117,156,159). Sum of RGB (Red+Green+Blue) = 117+156+159=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #759C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C9F is #8A6360. Grayscale: #909090. Windows color (decimal): -9069409 or 10460277. OLE color: 10460277.

HSL color Cylindrical-coordinate representation of color #759C9F: hue angle of 184.29º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759C9F is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117156159-
CMYK0.260.0200.38
HSL184.29º17.95%54.12%-
HSV(B)184.29º26.42%62.35%-
XYZ25.4830.0637.26-
YUV144.68136.08108.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=27.08%
G=36.11%
B=36.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171561590.260.0200.38184.2917.9554.12
Hex759C9F1A2026b81236
Octal1652342373220462702266
Binary11101011001110010011111110101001001101011100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759C9F; }

 p { color: rgb(117,156,159); }

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

<style>
 a { background-color: #759C9F; }

 a { background-color: rgb(117,156,159); }

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

<style>
 span { border-color: #759C9F; }

 span { border-color: rgb(117,156,159); }

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