#759BA0

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

Shades of Neptune #759BA0

Tints of Neptune #759BA0

Color information

#759BA0 (or 0x759BA0) is unknown color: approx Neptune. HEX triplet: 75, 9B and A0. RGB value is (117,155,160). Sum of RGB (Red+Green+Blue) = 117+155+160=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 160 - color contains mainly: blue. Hex color #759BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BA0 is #8A645F. Grayscale: #909090. Windows color (decimal): -9069664 or 10525557. OLE color: 10525557.

HSL color Cylindrical-coordinate representation of color #759BA0: hue angle of 186.98º 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 #759BA0 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB117155160-
CMYK0.270.0300.37
HSL186.98º18.45%54.31%-
HSV(B)186.98º26.88%62.75%-
XYZ25.429.7637.66-
YUV144.21136.91108.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 160 (62.89% from 255) = 37.04%
R=27.08%
G=35.88%
B=37.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171551600.270.0300.37186.9818.4554.31
Hex759BA01B3025bb1236
Octal1652332403330452732266
Binary11101011001101110100000110111101001011011101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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