#7AADAC

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

Shades of Neptune #7AADAC

Tints of Neptune #7AADAC

Color information

#7AADAC (or 0x7AADAC) is unknown color: approx Neptune. HEX triplet: 7A, AD and AC. RGB value is (122,173,172). Sum of RGB (Red+Green+Blue) = 122+173+172=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #7AADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AADAC is #855253. Grayscale: #9D9D9D. Windows color (decimal): -8737364 or 11316602. OLE color: 11316602.

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

Color convert

RGB122173172-
CMYK0.2900.010.32
HSL178.82º23.72%57.84%-
HSV(B)178.82º29.48%67.84%-
XYZ30.423744.57-
YUV157.64136.1102.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.12%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=26.12%
G=37.04%
B=36.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221731720.2900.010.32178.8223.7257.84
Hex7AADAC1D0120b3183a
Octal1722552543501402633072
Binary1111010101011011010110011101011000001011001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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