#7AA8AA

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

Shades of Neptune #7AA8AA

Tints of Neptune #7AA8AA

Color information

#7AA8AA (or 0x7AA8AA) is unknown color: approx Neptune. HEX triplet: 7A, A8 and AA. RGB value is (122,168,170). Sum of RGB (Red+Green+Blue) = 122+168+170=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #7AA8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA8AA is #855755. Grayscale: #9A9A9A. Windows color (decimal): -8738646 or 11184250. OLE color: 11184250.

HSL color Cylindrical-coordinate representation of color #7AA8AA: hue angle of 182.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AA8AA is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122168170-
CMYK0.280.0100.33
HSL182.5º22.02%57.25%-
HSV(B)182.5º28.24%66.67%-
XYZ29.2835.0543.25-
YUV154.47136.76104.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.52%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=26.52%
G=36.52%
B=36.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221681700.280.0100.33182.522.0257.25
Hex7AA8AA1C1021b61639
Octal1722502523410412662671
Binary1111010101010001010101011100101000011011011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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