#70A3AB

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

Shades of Neptune #70A3AB

Tints of Neptune #70A3AB

Color information

#70A3AB (or 0x70A3AB) is unknown color: approx Neptune. HEX triplet: 70, A3 and AB. RGB value is (112,163,171). Sum of RGB (Red+Green+Blue) = 112+163+171=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #70A3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A3AB is #8F5C54. Grayscale: #949494. Windows color (decimal): -9395285 or 11248496. OLE color: 11248496.

HSL color Cylindrical-coordinate representation of color #70A3AB: hue angle of 188.14º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70A3AB is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112163171-
CMYK0.350.0500.33
HSL188.14º25.99%55.49%-
HSV(B)188.14º34.5%67.06%-
XYZ27.1332.5843.39-
YUV148.66140.6101.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 163 (64.06% from 255) = 36.55%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=25.11%
G=36.55%
B=38.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121631710.350.0500.33188.1425.9955.49
Hex70A3AB235021bc1a37
Octal1602432534350412743267
Binary1110000101000111010101110001110101000011011110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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