#759AA0

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

Shades of Neptune #759AA0

Tints of Neptune #759AA0

Color information

#759AA0 (or 0x759AA0) is unknown color: approx Neptune. HEX triplet: 75, 9A and A0. RGB value is (117,154,160). Sum of RGB (Red+Green+Blue) = 117+154+160=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 160 - color contains mainly: blue. Hex color #759AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759AA0 is #8A655F. Grayscale: #8F8F8F. Windows color (decimal): -9069920 or 10525301. OLE color: 10525301.

HSL color Cylindrical-coordinate representation of color #759AA0: hue angle of 188.37º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #759AA0 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB117154160-
CMYK0.270.0400.37
HSL188.37º18.45%54.31%-
HSV(B)188.37º26.88%62.75%-
XYZ25.2429.4337.61-
YUV143.62137.24109.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=27.15%
G=35.73%
B=37.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171541600.270.0400.37188.3718.4554.31
Hex759AA01B4025bc1236
Octal1652322403340452742266
Binary111010110011010101000001101110001001011011110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,154,160); }

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

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

 a { background-color: rgb(117,154,160); }

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

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

 span { border-color: rgb(117,154,160); }

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