#75A3AF

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

Shades of Neptune #75A3AF

Tints of Neptune #75A3AF

Color information

#75A3AF (or 0x75A3AF) is unknown color: approx Neptune. HEX triplet: 75, A3 and AF. RGB value is (117,163,175). Sum of RGB (Red+Green+Blue) = 117+163+175=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #75A3AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A3AF is #8A5C50. Grayscale: #969696. Windows color (decimal): -9067601 or 11510645. OLE color: 11510645.

HSL color Cylindrical-coordinate representation of color #75A3AF: hue angle of 192.41º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75A3AF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117163175-
CMYK0.330.0700.31
HSL192.41º26.61%57.25%-
HSV(B)192.41º33.14%68.63%-
XYZ28.1733.0745.46-
YUV150.61141.76104.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.71%
GREEN value IS 163 (64.06% from 255) = 35.82%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=25.71%
G=35.82%
B=38.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171631750.330.0700.31192.4126.6157.25
Hex75A3AF21701Fc01b39
Octal1652432574170373003371
Binary111010110100011101011111000011110111111100000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A3AF; }

 p { color: rgb(117,163,175); }

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

<style>
 a { background-color: #75A3AF; }

 a { background-color: rgb(117,163,175); }

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

<style>
 span { border-color: #75A3AF; }

 span { border-color: rgb(117,163,175); }

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