#70A0AD

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

Shades of Neptune #70A0AD

Tints of Neptune #70A0AD

Color information

#70A0AD (or 0x70A0AD) is unknown color: approx Neptune. HEX triplet: 70, A0 and AD. RGB value is (112,160,173). Sum of RGB (Red+Green+Blue) = 112+160+173=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #70A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A0AD is #8F5F52. Grayscale: #939393. Windows color (decimal): -9396051 or 11378800. OLE color: 11378800.

HSL color Cylindrical-coordinate representation of color #70A0AD: hue angle of 192.79º 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 #70A0AD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112160173-
CMYK0.350.0800.32
HSL192.79º27.11%55.88%-
HSV(B)192.79º35.26%67.84%-
XYZ26.831.644.22-
YUV147.13142.6102.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.17%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=25.17%
G=35.96%
B=38.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121601730.350.0800.32192.7927.1155.88
Hex70A0AD238020c11b38
Octal16024025543100403013370
Binary11100001010000010101101100011100001000001100000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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