#75AAAC

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

Shades of Neptune #75AAAC

Tints of Neptune #75AAAC

Color information

#75AAAC (or 0x75AAAC) is unknown color: approx Neptune. HEX triplet: 75, AA and AC. RGB value is (117,170,172). Sum of RGB (Red+Green+Blue) = 117+170+172=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #75AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AAAC is #8A5553. Grayscale: #9A9A9A. Windows color (decimal): -9065812 or 11315829. OLE color: 11315829.

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

Color convert

RGB117170172-
CMYK0.320.0100.33
HSL182.18º24.89%56.67%-
HSV(B)182.18º31.98%67.45%-
XYZ29.1635.5144.35-
YUV154.38137.94101.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.49%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=25.49%
G=37.04%
B=37.47%

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
Decimal1171701720.320.0100.33182.1824.8956.67
Hex75AAAC201021b61939
Octal1652522544010412663171
Binary11101011010101010101100100000101000011011011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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