#7AAAAE

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

Shades of Neptune #7AAAAE

Tints of Neptune #7AAAAE

Color information

#7AAAAE (or 0x7AAAAE) is unknown color: approx Neptune. HEX triplet: 7A, AA and AE. RGB value is (122,170,174). Sum of RGB (Red+Green+Blue) = 122+170+174=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #7AAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAAAE is #855551. Grayscale: #9C9C9C. Windows color (decimal): -8738130 or 11446906. OLE color: 11446906.

HSL color Cylindrical-coordinate representation of color #7AAAAE: hue angle of 184.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAAAE is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB122170174-
CMYK0.300.0200.32
HSL184.62º24.3%58.04%-
HSV(B)184.62º29.89%68.24%-
XYZ30.0435.9445.4-
YUV156.1138.1103.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.18%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=26.18%
G=36.48%
B=37.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221701740.300.0200.32184.6224.358.04
Hex7AAAAE1E2020b9183a
Octal1722522563620402713072
Binary11110101010101010101110111101001000001011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AAAAE; }

 p { color: rgb(122,170,174); }

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

<style>
 a { background-color: #7AAAAE; }

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

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

<style>
 span { border-color: #7AAAAE; }

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

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