#76A09F

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

Shades of Neptune #76A09F

Tints of Neptune #76A09F

Color information

#76A09F (or 0x76A09F) is unknown color: approx Neptune. HEX triplet: 76, A0 and 9F. RGB value is (118,160,159). Sum of RGB (Red+Green+Blue) = 118+160+159=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #76A09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A09F is #895F60. Grayscale: #939393. Windows color (decimal): -9002849 or 10461302. OLE color: 10461302.

HSL color Cylindrical-coordinate representation of color #76A09F: hue angle of 178.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76A09F is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB118160159-
CMYK0.2600.010.37
HSL178.57º18.1%54.51%-
HSV(B)178.57º26.25%62.75%-
XYZ26.331.537.49-
YUV147.33134.59107.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=27.00%
G=36.61%
B=36.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1181601590.2600.010.37178.5718.154.51
Hex76A09F1A0125b31237
Octal1662402373201452632267
Binary1110110101000001001111111010011001011011001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,160,159); }

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

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

 a { background-color: rgb(118,160,159); }

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

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

 span { border-color: rgb(118,160,159); }

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