#70A2AD

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

Shades of Neptune #70A2AD

Tints of Neptune #70A2AD

Color information

#70A2AD (or 0x70A2AD) is unknown color: approx Neptune. HEX triplet: 70, A2 and AD. RGB value is (112,162,173). Sum of RGB (Red+Green+Blue) = 112+162+173=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #70A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A2AD is #8F5D52. Grayscale: #949494. Windows color (decimal): -9395539 or 11379312. OLE color: 11379312.

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

Color convert

RGB112162173-
CMYK0.350.0600.32
HSL190.82º27.11%55.88%-
HSV(B)190.82º35.26%67.84%-
XYZ27.1532.344.34-
YUV148.3141.94102.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=25.06%
G=36.24%
B=38.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121621730.350.0600.32190.8227.1155.88
Hex70A2AD236020bf1b38
Octal1602422554360402773370
Binary1110000101000101010110110001111001000001011111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,162,173); }

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

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

 a { background-color: rgb(112,162,173); }

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

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

 span { border-color: rgb(112,162,173); }

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