#76A2AA

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

Shades of Neptune #76A2AA

Tints of Neptune #76A2AA

Color information

#76A2AA (or 0x76A2AA) is unknown color: approx Neptune. HEX triplet: 76, A2 and AA. RGB value is (118,162,170). Sum of RGB (Red+Green+Blue) = 118+162+170=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #76A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A2AA is #895D55. Grayscale: #959595. Windows color (decimal): -9002326 or 11182710. OLE color: 11182710.

HSL color Cylindrical-coordinate representation of color #76A2AA: hue angle of 189.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76A2AA is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118162170-
CMYK0.310.0500.33
HSL189.23º23.42%56.47%-
HSV(B)189.23º30.59%66.67%-
XYZ27.6532.5942.86-
YUV149.76139.42105.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=26.22%
G=36%
B=37.78%

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
Decimal1181621700.310.0500.33189.2323.4256.47
Hex76A2AA1F5021bd1738
Octal1662422523750412752770
Binary111011010100010101010101111110101000011011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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