#76A2AB

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

Shades of Neptune #76A2AB

Tints of Neptune #76A2AB

Color information

#76A2AB (or 0x76A2AB) is unknown color: approx Neptune. HEX triplet: 76, A2 and AB. RGB value is (118,162,171). Sum of RGB (Red+Green+Blue) = 118+162+171=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #76A2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A2AB is #895D54. Grayscale: #959595. Windows color (decimal): -9002325 or 11248246. OLE color: 11248246.

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

Color convert

RGB118162171-
CMYK0.310.0500.33
HSL190.19º23.98%56.67%-
HSV(B)190.19º30.99%67.06%-
XYZ27.7432.6343.36-
YUV149.87139.92105.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=26.16%
G=35.92%
B=37.92%

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
Decimal1181621710.310.0500.33190.1923.9856.67
Hex76A2AB1F5021be1839
Octal1662422533750412763071
Binary111011010100010101010111111110101000011011111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,162,171); }

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

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

 a { background-color: rgb(118,162,171); }

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

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

 span { border-color: rgb(118,162,171); }

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