#75ACB3

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

Shades of Neptune #75ACB3

Tints of Neptune #75ACB3

Color information

#75ACB3 (or 0x75ACB3) is unknown color: approx Neptune. HEX triplet: 75, AC and B3. RGB value is (117,172,179). Sum of RGB (Red+Green+Blue) = 117+172+179=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #75ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACB3 is #8A534C. Grayscale: #9C9C9C. Windows color (decimal): -9065293 or 11775093. OLE color: 11775093.

HSL color Cylindrical-coordinate representation of color #75ACB3: hue angle of 186.77º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75ACB3 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117172179-
CMYK0.350.0400.30
HSL186.77º28.97%58.04%-
HSV(B)186.77º34.64%70.2%-
XYZ30.2336.5448.11-
YUV156.35140.7899.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 179 (70.31% from 255) = 38.25%
R=25%
G=36.75%
B=38.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171721790.350.0400.30186.7728.9758.04
Hex75ACB323401Ebb1d3a
Octal1652542634340362733572
Binary111010110101100101100111000111000111101011101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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