#75A1A2

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

Shades of Neptune #75A1A2

Tints of Neptune #75A1A2

Color information

#75A1A2 (or 0x75A1A2) is unknown color: approx Neptune. HEX triplet: 75, A1 and A2. RGB value is (117,161,162). Sum of RGB (Red+Green+Blue) = 117+161+162=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 162 - color contains mainly: blue. Hex color #75A1A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A1A2 is #8A5E5D. Grayscale: #939393. Windows color (decimal): -9068126 or 10658165. OLE color: 10658165.

HSL color Cylindrical-coordinate representation of color #75A1A2: hue angle of 181.33º 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 #75A1A2 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB117161162-
CMYK0.280.0100.36
HSL181.33º19.48%54.71%-
HSV(B)181.33º27.78%63.53%-
XYZ26.631.8838.93-
YUV147.96135.92105.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.59%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 162 (63.67% from 255) = 36.82%
R=26.59%
G=36.59%
B=36.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171611620.280.0100.36181.3319.4854.71
Hex75A1A21C1024b51337
Octal1652412423410442652367
Binary1110101101000011010001011100101001001011010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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