#7AADAF

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

Shades of Neptune #7AADAF

Tints of Neptune #7AADAF

Color information

#7AADAF (or 0x7AADAF) is unknown color: approx Neptune. HEX triplet: 7A, AD and AF. RGB value is (122,173,175). Sum of RGB (Red+Green+Blue) = 122+173+175=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #7AADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AADAF is #855250. Grayscale: #9D9D9D. Windows color (decimal): -8737361 or 11513210. OLE color: 11513210.

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

Color convert

RGB122173175-
CMYK0.300.0100.31
HSL182.26º24.88%58.24%-
HSV(B)182.26º30.29%68.63%-
XYZ30.7137.1246.1-
YUV157.98137.6102.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.96%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=25.96%
G=36.81%
B=37.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221731750.300.0100.31182.2624.8858.24
Hex7AADAF1E101Fb6193a
Octal1722552573610372663172
Binary111101010101101101011111111010111111011011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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