#76A9AC

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

Shades of Neptune #76A9AC

Tints of Neptune #76A9AC

Color information

#76A9AC (or 0x76A9AC) is unknown color: approx Neptune. HEX triplet: 76, A9 and AC. RGB value is (118,169,172). Sum of RGB (Red+Green+Blue) = 118+169+172=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 169 (66.41% from 255 or 36.82% 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 #76A9AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A9AC is #895653. Grayscale: #9A9A9A. Windows color (decimal): -9000532 or 11315574. OLE color: 11315574.

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

Color convert

RGB118169172-
CMYK0.310.0200.33
HSL183.33º24.55%56.86%-
HSV(B)183.33º31.4%67.45%-
XYZ29.1135.2144.29-
YUV154.09138.1102.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.71%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=25.71%
G=36.82%
B=37.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181691720.310.0200.33183.3324.5556.86
Hex76A9AC1F2021b71939
Octal1662512543720412673171
Binary11101101010100110101100111111001000011011011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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