#7AA7AB

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

Shades of Neptune #7AA7AB

Tints of Neptune #7AA7AB

Color information

#7AA7AB (or 0x7AA7AB) is unknown color: approx Neptune. HEX triplet: 7A, A7 and AB. RGB value is (122,167,171). Sum of RGB (Red+Green+Blue) = 122+167+171=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #7AA7AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA7AB is #855854. Grayscale: #999999. Windows color (decimal): -8738901 or 11249530. OLE color: 11249530.

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

Color convert

RGB122167171-
CMYK0.290.0200.33
HSL184.9º22.58%57.45%-
HSV(B)184.9º28.65%67.06%-
XYZ29.234.7243.69-
YUV154137.59105.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.52%
GREEN value IS 167 (65.62% from 255) = 36.30%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=26.52%
G=36.30%
B=37.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221671710.290.0200.33184.922.5857.45
Hex7AA7AB1D2021b91739
Octal1722472533520412712771
Binary11110101010011110101011111011001000011011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,167,171); }

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

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

 a { background-color: rgb(122,167,171); }

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

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

 span { border-color: rgb(122,167,171); }

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