#76AAB1

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

Shades of Neptune #76AAB1

Tints of Neptune #76AAB1

Color information

#76AAB1 (or 0x76AAB1) is unknown color: approx Neptune. HEX triplet: 76, AA and B1. RGB value is (118,170,177). Sum of RGB (Red+Green+Blue) = 118+170+177=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 177 - color contains mainly: blue. Hex color #76AAB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAB1 is #89554E. Grayscale: #9B9B9B. Windows color (decimal): -9000271 or 11643510. OLE color: 11643510.

HSL color Cylindrical-coordinate representation of color #76AAB1: hue angle of 187.12º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76AAB1 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118170177-
CMYK0.330.0400.31
HSL187.12º27.44%57.84%-
HSV(B)187.12º33.33%69.41%-
XYZ29.7835.7846.93-
YUV155.25140.27101.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.38%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 177 (69.53% from 255) = 38.06%
R=25.38%
G=36.56%
B=38.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181701770.330.0400.31187.1227.4457.84
Hex76AAB121401Fbb1b3a
Octal1662522614140372733372
Binary111011010101010101100011000011000111111011101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,170,177); }

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

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

 a { background-color: rgb(118,170,177); }

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

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

 span { border-color: rgb(118,170,177); }

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