#75A0AC

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

Shades of Neptune #75A0AC

Tints of Neptune #75A0AC

Color information

#75A0AC (or 0x75A0AC) is unknown color: approx Neptune. HEX triplet: 75, A0 and AC. RGB value is (117,160,172). Sum of RGB (Red+Green+Blue) = 117+160+172=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #75A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A0AC is #8A5F53. Grayscale: #949494. Windows color (decimal): -9068372 or 11313269. OLE color: 11313269.

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

Color convert

RGB117160172-
CMYK0.320.0700.33
HSL193.09º24.89%56.67%-
HSV(B)193.09º31.98%67.45%-
XYZ27.3531.943.75-
YUV148.51141.25105.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=26.06%
G=35.63%
B=38.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171601720.320.0700.33193.0924.8956.67
Hex75A0AC207021c11939
Octal1652402544070413013171
Binary1110101101000001010110010000011101000011100000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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