#7AA8AB

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

Shades of Neptune #7AA8AB

Tints of Neptune #7AA8AB

Color information

#7AA8AB (or 0x7AA8AB) is unknown color: approx Neptune. HEX triplet: 7A, A8 and AB. RGB value is (122,168,171). Sum of RGB (Red+Green+Blue) = 122+168+171=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #7AA8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA8AB is #855754. Grayscale: #9A9A9A. Windows color (decimal): -8738645 or 11249786. OLE color: 11249786.

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

Color convert

RGB122168171-
CMYK0.290.0200.33
HSL183.67º22.58%57.45%-
HSV(B)183.67º28.65%67.06%-
XYZ29.3835.0843.75-
YUV154.59137.26104.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.46%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=26.46%
G=36.44%
B=37.09%

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
Decimal1221681710.290.0200.33183.6722.5857.45
Hex7AA8AB1D2021b81739
Octal1722502533520412702771
Binary11110101010100010101011111011001000011011100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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