#76AAAA

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

Shades of Neptune #76AAAA

Tints of Neptune #76AAAA

Color information

#76AAAA (or 0x76AAAA) is unknown color: approx Neptune. HEX triplet: 76, AA and AA. RGB value is (118,170,170). Sum of RGB (Red+Green+Blue) = 118+170+170=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #76AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAAA is #895555. Grayscale: #9A9A9A. Windows color (decimal): -9000278 or 11184758. OLE color: 11184758.

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

Color convert

RGB118170170-
CMYK0.31000.33
HSL180º23.42%56.47%-
HSV(B)180º30.59%66.67%-
XYZ29.135.543.35-
YUV154.45136.77102-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.76%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=25.76%
G=37.12%
B=37.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181701700.31000.3318023.4256.47
Hex76AAAA1F0021b41738
Octal1662522523700412642770
Binary1110110101010101010101011111001000011011010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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