#75ACB4

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

Shades of Neptune #75ACB4

Tints of Neptune #75ACB4

Color information

#75ACB4 (or 0x75ACB4) is unknown color: approx Neptune. HEX triplet: 75, AC and B4. RGB value is (117,172,180). Sum of RGB (Red+Green+Blue) = 117+172+180=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #75ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACB4 is #8A534B. Grayscale: #9C9C9C. Windows color (decimal): -9065292 or 11840629. OLE color: 11840629.

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

Color convert

RGB117172180-
CMYK0.350.0400.29
HSL187.62º29.58%58.24%-
HSV(B)187.62º35%70.59%-
XYZ30.3336.5848.64-
YUV156.47141.2899.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 180 (70.70% from 255) = 38.38%
R=24.95%
G=36.67%
B=38.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171721800.350.0400.29187.6229.5858.24
Hex75ACB423401Dbc1e3a
Octal1652542644340352743672
Binary111010110101100101101001000111000111011011110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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