#75AAB1

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

Shades of Neptune #75AAB1

Tints of Neptune #75AAB1

Color information

#75AAB1 (or 0x75AAB1) is unknown color: approx Neptune. HEX triplet: 75, AA and B1. RGB value is (117,170,177). Sum of RGB (Red+Green+Blue) = 117+170+177=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #75AAB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AAB1 is #8A554E. Grayscale: #9A9A9A. Windows color (decimal): -9065807 or 11643509. OLE color: 11643509.

HSL color Cylindrical-coordinate representation of color #75AAB1: hue angle of 187º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75AAB1 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117170177-
CMYK0.340.0400.31
HSL187º27.78%57.65%-
HSV(B)187º33.9%69.41%-
XYZ29.6535.7146.92-
YUV154.95140.44100.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.22%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 177 (69.53% from 255) = 38.15%
R=25.22%
G=36.64%
B=38.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171701770.340.0400.3118727.7857.65
Hex75AAB122401Fbb1c3a
Octal1652522614240372733472
Binary111010110101010101100011000101000111111011101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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