#759DA2

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

Shades of Neptune #759DA2

Tints of Neptune #759DA2

Color information

#759DA2 (or 0x759DA2) is unknown color: approx Neptune. HEX triplet: 75, 9D and A2. RGB value is (117,157,162). Sum of RGB (Red+Green+Blue) = 117+157+162=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 162 - color contains mainly: blue. Hex color #759DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759DA2 is #8A625D. Grayscale: #919191. Windows color (decimal): -9069150 or 10657141. OLE color: 10657141.

HSL color Cylindrical-coordinate representation of color #759DA2: hue angle of 186.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #759DA2 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB117157162-
CMYK0.280.0300.36
HSL186.67º19.48%54.71%-
HSV(B)186.67º27.78%63.53%-
XYZ25.9130.538.7-
YUV145.61137.25107.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 162 (63.67% from 255) = 37.16%
R=26.83%
G=36.01%
B=37.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171571620.280.0300.36186.6719.4854.71
Hex759DA21C3024bb1337
Octal1652352423430442732367
Binary11101011001110110100010111001101001001011101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,157,162); }

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

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

 a { background-color: rgb(117,157,162); }

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

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

 span { border-color: rgb(117,157,162); }

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