#75AAB3

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

Shades of Neptune #75AAB3

Tints of Neptune #75AAB3

Color information

#75AAB3 (or 0x75AAB3) is unknown color: approx Neptune. HEX triplet: 75, AA and B3. RGB value is (117,170,179). Sum of RGB (Red+Green+Blue) = 117+170+179=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #75AAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AAB3 is #8A554C. Grayscale: #9B9B9B. Windows color (decimal): -9065805 or 11774581. OLE color: 11774581.

HSL color Cylindrical-coordinate representation of color #75AAB3: hue angle of 188.71º 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 #75AAB3 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117170179-
CMYK0.350.0500.30
HSL188.71º28.97%58.04%-
HSV(B)188.71º34.64%70.2%-
XYZ29.8535.7947.98-
YUV155.18141.44100.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.11%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=25.11%
G=36.48%
B=38.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171701790.350.0500.30188.7128.9758.04
Hex75AAB323501Ebd1d3a
Octal1652522634350362753572
Binary111010110101010101100111000111010111101011110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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