#75ABA9

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

Shades of Neptune #75ABA9

Tints of Neptune #75ABA9

Color information

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

HSL color Cylindrical-coordinate representation of color #75ABA9: hue angle of 177.78º 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 #75ABA9 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB117171169-
CMYK0.3200.010.33
HSL177.78º24.32%56.47%-
HSV(B)177.78º31.58%67.06%-
XYZ29.0635.7742.91-
YUV154.63136.11101.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171711690.3200.010.33177.7824.3256.47
Hex75ABA9200121b21838
Octal1652532514001412623070
Binary11101011010101110101001100000011000011011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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