#7AAFAD

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

Shades of Neptune #7AAFAD

Tints of Neptune #7AAFAD

Color information

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

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

Color convert

RGB122175173-
CMYK0.3000.010.31
HSL177.74º24.88%58.24%-
HSV(B)177.74º30.29%68.63%-
XYZ30.937.8145.21-
YUV158.93135.94101.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221751730.3000.010.31177.7424.8858.24
Hex7AAFAD1E011Fb2193a
Octal1722572553601372623172
Binary111101010101111101011011111001111111011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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