#7AAAAD

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

Shades of Neptune #7AAAAD

Tints of Neptune #7AAAAD

Color information

#7AAAAD (or 0x7AAAAD) is unknown color: approx Neptune. HEX triplet: 7A, AA and AD. RGB value is (122,170,173). Sum of RGB (Red+Green+Blue) = 122+170+173=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #7AAAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAAAD is #855552. Grayscale: #9B9B9B. Windows color (decimal): -8738131 or 11381370. OLE color: 11381370.

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

Color convert

RGB122170173-
CMYK0.290.0200.32
HSL183.53º23.72%57.84%-
HSV(B)183.53º29.48%67.84%-
XYZ29.9435.944.89-
YUV155.99137.6103.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=26.24%
G=36.56%
B=37.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221701730.290.0200.32183.5323.7257.84
Hex7AAAAD1D2020b8183a
Octal1722522553520402703072
Binary11110101010101010101101111011001000001011100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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