#70A3AE

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

Shades of Neptune #70A3AE

Tints of Neptune #70A3AE

Color information

#70A3AE (or 0x70A3AE) is unknown color: approx Neptune. HEX triplet: 70, A3 and AE. RGB value is (112,163,174). Sum of RGB (Red+Green+Blue) = 112+163+174=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #70A3AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A3AE is #8F5C51. Grayscale: #949494. Windows color (decimal): -9395282 or 11445104. OLE color: 11445104.

HSL color Cylindrical-coordinate representation of color #70A3AE: hue angle of 190.65º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70A3AE is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112163174-
CMYK0.360.0600.32
HSL190.65º27.68%56.08%-
HSV(B)190.65º35.63%68.24%-
XYZ27.4232.744.91-
YUV149142.1101.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=24.94%
G=36.30%
B=38.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121631740.360.0600.32190.6527.6856.08
Hex70A3AE246020bf1c38
Octal1602432564460402773470
Binary1110000101000111010111010010011001000001011111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A3AE; }

 p { color: rgb(112,163,174); }

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

<style>
 a { background-color: #70A3AE; }

 a { background-color: rgb(112,163,174); }

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

<style>
 span { border-color: #70A3AE; }

 span { border-color: rgb(112,163,174); }

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