#76AEB2

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

Shades of Neptune #76AEB2

Tints of Neptune #76AEB2

Color information

#76AEB2 (or 0x76AEB2) is unknown color: approx Neptune. HEX triplet: 76, AE and B2. RGB value is (118,174,178). Sum of RGB (Red+Green+Blue) = 118+174+178=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 178 - color contains mainly: blue. Hex color #76AEB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AEB2 is #89514D. Grayscale: #9D9D9D. Windows color (decimal): -8999246 or 11710070. OLE color: 11710070.

HSL color Cylindrical-coordinate representation of color #76AEB2: hue angle of 184º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76AEB2 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB118174178-
CMYK0.340.0200.30
HSL184º28.04%58.04%-
HSV(B)184º33.71%69.8%-
XYZ30.6437.3447.71-
YUV157.71139.4599.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.11%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=25.11%
G=37.02%
B=37.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181741780.340.0200.3018428.0458.04
Hex76AEB222201Eb81c3a
Octal1662562624220362703472
Binary11101101010111010110010100010100111101011100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,174,178); }

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

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

 a { background-color: rgb(118,174,178); }

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

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

 span { border-color: rgb(118,174,178); }

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