#76B1B2

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

Shades of Neptune #76B1B2

Tints of Neptune #76B1B2

Color information

#76B1B2 (or 0x76B1B2) is unknown color: approx Neptune. HEX triplet: 76, B1 and B2. RGB value is (118,177,178). Sum of RGB (Red+Green+Blue) = 118+177+178=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 178 - color contains mainly: blue. Hex color #76B1B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B1B2 is #894E4D. Grayscale: #9F9F9F. Windows color (decimal): -8998478 or 11710838. OLE color: 11710838.

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

Color convert

RGB118177178-
CMYK0.340.0100.30
HSL181º28.04%58.04%-
HSV(B)181º33.71%69.8%-
XYZ31.2338.5147.91-
YUV159.47138.4598.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=24.95%
G=37.42%
B=37.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181771780.340.0100.3018128.0458.04
Hex76B1B222101Eb51c3a
Octal1662612624210362653472
Binary1110110101100011011001010001010111101011010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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