#76A6B2

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

Shades of Neptune #76A6B2

Tints of Neptune #76A6B2

Color information

#76A6B2 (or 0x76A6B2) is unknown color: approx Neptune. HEX triplet: 76, A6 and B2. RGB value is (118,166,178). Sum of RGB (Red+Green+Blue) = 118+166+178=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 178 - color contains mainly: blue. Hex color #76A6B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A6B2 is #89594D. Grayscale: #989898. Windows color (decimal): -9001294 or 11708022. OLE color: 11708022.

HSL color Cylindrical-coordinate representation of color #76A6B2: hue angle of 192º 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 #76A6B2 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB118166178-
CMYK0.340.0700.30
HSL192º28.04%58.04%-
HSV(B)192º33.71%69.8%-
XYZ29.1434.3447.21-
YUV153.02142.1103.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.54%
GREEN value IS 166 (65.23% from 255) = 35.93%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=25.54%
G=35.93%
B=38.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181661780.340.0700.3019228.0458.04
Hex76A6B222701Ec01c3a
Octal1662462624270363003472
Binary111011010100110101100101000101110111101100000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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