#76AAA9

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

Shades of Neptune #76AAA9

Tints of Neptune #76AAA9

Color information

#76AAA9 (or 0x76AAA9) is unknown color: approx Neptune. HEX triplet: 76, AA and A9. RGB value is (118,170,169). Sum of RGB (Red+Green+Blue) = 118+170+169=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #76AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAA9 is #895556. Grayscale: #9A9A9A. Windows color (decimal): -9000279 or 11119222. OLE color: 11119222.

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

Color convert

RGB118170169-
CMYK0.3100.010.33
HSL178.85º23.42%56.47%-
HSV(B)178.85º30.59%66.67%-
XYZ29.0135.4742.85-
YUV154.34136.27102.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=25.82%
G=37.20%
B=36.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181701690.3100.010.33178.8523.4256.47
Hex76AAA91F0121b31738
Octal1662522513701412632770
Binary1110110101010101010100111111011000011011001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76AAA9; }

 p { color: rgb(118,170,169); }

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

<style>
 a { background-color: #76AAA9; }

 a { background-color: rgb(118,170,169); }

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

<style>
 span { border-color: #76AAA9; }

 span { border-color: rgb(118,170,169); }

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