#7AAEAF

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

Shades of Neptune #7AAEAF

Tints of Neptune #7AAEAF

Color information

#7AAEAF (or 0x7AAEAF) is unknown color: approx Neptune. HEX triplet: 7A, AE and AF. RGB value is (122,174,175). Sum of RGB (Red+Green+Blue) = 122+174+175=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #7AAEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAEAF is #855150. Grayscale: #9E9E9E. Windows color (decimal): -8737105 or 11513466. OLE color: 11513466.

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

Color convert

RGB122174175-
CMYK0.300.0100.31
HSL181.13º24.88%58.24%-
HSV(B)181.13º30.29%68.63%-
XYZ30.937.546.17-
YUV158.57137.27101.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.90%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=25.90%
G=36.94%
B=37.15%

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
Decimal1221741750.300.0100.31181.1324.8858.24
Hex7AAEAF1E101Fb5193a
Octal1722562573610372653172
Binary111101010101110101011111111010111111011010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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