#7AA8AC

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

Shades of Neptune #7AA8AC

Tints of Neptune #7AA8AC

Color information

#7AA8AC (or 0x7AA8AC) is unknown color: approx Neptune. HEX triplet: 7A, A8 and AC. RGB value is (122,168,172). Sum of RGB (Red+Green+Blue) = 122+168+172=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #7AA8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA8AC is #855753. Grayscale: #9A9A9A. Windows color (decimal): -8738644 or 11315322. OLE color: 11315322.

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

Color convert

RGB122168172-
CMYK0.290.0200.33
HSL184.8º23.15%57.65%-
HSV(B)184.8º29.07%67.45%-
XYZ29.4835.1244.26-
YUV154.7137.76104.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.41%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=26.41%
G=36.36%
B=37.23%

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
Decimal1221681720.290.0200.33184.823.1557.65
Hex7AA8AC1D2021b9173a
Octal1722502543520412712772
Binary11110101010100010101100111011001000011011100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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