#76A1AC

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

Shades of Neptune #76A1AC

Tints of Neptune #76A1AC

Color information

#76A1AC (or 0x76A1AC) is unknown color: approx Neptune. HEX triplet: 76, A1 and AC. RGB value is (118,161,172). Sum of RGB (Red+Green+Blue) = 118+161+172=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #76A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A1AC is #895E53. Grayscale: #959595. Windows color (decimal): -9002580 or 11313526. OLE color: 11313526.

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

Color convert

RGB118161172-
CMYK0.310.0600.33
HSL192.22º24.55%56.86%-
HSV(B)192.22º31.4%67.45%-
XYZ27.6632.3243.81-
YUV149.4140.75105.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 161 (63.28% from 255) = 35.70%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=26.16%
G=35.70%
B=38.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181611720.310.0600.33192.2224.5556.86
Hex76A1AC1F6021c01939
Octal1662412543760413003171
Binary111011010100001101011001111111001000011100000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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