#7AA8AF

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

Shades of Neptune #7AA8AF

Tints of Neptune #7AA8AF

Color information

#7AA8AF (or 0x7AA8AF) is unknown color: approx Neptune. HEX triplet: 7A, A8 and AF. RGB value is (122,168,175). Sum of RGB (Red+Green+Blue) = 122+168+175=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #7AA8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA8AF is #855750. Grayscale: #9A9A9A. Windows color (decimal): -8738641 or 11511930. OLE color: 11511930.

HSL color Cylindrical-coordinate representation of color #7AA8AF: hue angle of 187.92º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AA8AF is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB122168175-
CMYK0.300.0400.31
HSL187.92º24.88%58.24%-
HSV(B)187.92º30.29%68.63%-
XYZ29.7735.2445.79-
YUV155.04139.26104.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 168 (66.02% from 255) = 36.13%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=26.24%
G=36.13%
B=37.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221681750.300.0400.31187.9224.8858.24
Hex7AA8AF1E401Fbc193a
Octal1722502573640372743172
Binary11110101010100010101111111101000111111011110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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