#76A4AB

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

Shades of Neptune #76A4AB

Tints of Neptune #76A4AB

Color information

#76A4AB (or 0x76A4AB) is unknown color: approx Neptune. HEX triplet: 76, A4 and AB. RGB value is (118,164,171). Sum of RGB (Red+Green+Blue) = 118+164+171=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #76A4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A4AB is #895B54. Grayscale: #969696. Windows color (decimal): -9001813 or 11248758. OLE color: 11248758.

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

Color convert

RGB118164171-
CMYK0.310.0400.33
HSL187.92º23.98%56.67%-
HSV(B)187.92º30.99%67.06%-
XYZ28.133.3443.48-
YUV151.04139.26104.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 164 (64.45% from 255) = 36.20%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=26.05%
G=36.20%
B=37.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181641710.310.0400.33187.9223.9856.67
Hex76A4AB1F4021bc1839
Octal1662442533740412743071
Binary111011010100100101010111111110001000011011110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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