#76A4AD

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

Shades of Neptune #76A4AD

Tints of Neptune #76A4AD

Color information

#76A4AD (or 0x76A4AD) is unknown color: approx Neptune. HEX triplet: 76, A4 and AD. RGB value is (118,164,173). Sum of RGB (Red+Green+Blue) = 118+164+173=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #76A4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A4AD is #895B52. Grayscale: #979797. Windows color (decimal): -9001811 or 11379830. OLE color: 11379830.

HSL color Cylindrical-coordinate representation of color #76A4AD: hue angle of 189.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76A4AD is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118164173-
CMYK0.320.0500.32
HSL189.82º25.11%57.06%-
HSV(B)189.82º31.79%67.84%-
XYZ28.2933.4244.49-
YUV151.27140.26104.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.93%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=25.93%
G=36.04%
B=38.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181641730.320.0500.32189.8225.1157.06
Hex76A4AD205020be1939
Octal1662442554050402763171
Binary1110110101001001010110110000010101000001011111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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