#76A4AC

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

Shades of Neptune #76A4AC

Tints of Neptune #76A4AC

Color information

#76A4AC (or 0x76A4AC) is unknown color: approx Neptune. HEX triplet: 76, A4 and AC. RGB value is (118,164,172). Sum of RGB (Red+Green+Blue) = 118+164+172=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #76A4AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A4AC is #895B53. Grayscale: #979797. Windows color (decimal): -9001812 or 11314294. OLE color: 11314294.

HSL color Cylindrical-coordinate representation of color #76A4AC: hue angle of 188.89º 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 #76A4AC is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118164172-
CMYK0.310.0500.33
HSL188.89º24.55%56.86%-
HSV(B)188.89º31.4%67.45%-
XYZ28.1933.3843.99-
YUV151.16139.76104.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=25.99%
G=36.12%
B=37.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181641720.310.0500.33188.8924.5556.86
Hex76A4AC1F5021bd1939
Octal1662442543750412753171
Binary111011010100100101011001111110101000011011110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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