#75A9AB

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

Shades of Neptune #75A9AB

Tints of Neptune #75A9AB

Color information

#75A9AB (or 0x75A9AB) is unknown color: approx Neptune. HEX triplet: 75, A9 and AB. RGB value is (117,169,171). Sum of RGB (Red+Green+Blue) = 117+169+171=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #75A9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A9AB is #8A5654. Grayscale: #999999. Windows color (decimal): -9066069 or 11250037. OLE color: 11250037.

HSL color Cylindrical-coordinate representation of color #75A9AB: hue angle of 182.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75A9AB is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117169171-
CMYK0.320.0100.33
HSL182.22º24.32%56.47%-
HSV(B)182.22º31.58%67.06%-
XYZ28.8735.143.78-
YUV153.68137.77101.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=25.60%
G=36.98%
B=37.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171691710.320.0100.33182.2224.3256.47
Hex75A9AB201021b61838
Octal1652512534010412663070
Binary11101011010100110101011100000101000011011011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,169,171); }

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

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

 a { background-color: rgb(117,169,171); }

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

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

 span { border-color: rgb(117,169,171); }

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