#70A0A1

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

Shades of Neptune #70A0A1

Tints of Neptune #70A0A1

Color information

#70A0A1 (or 0x70A0A1) is unknown color: approx Neptune. HEX triplet: 70, A0 and A1. RGB value is (112,160,161). Sum of RGB (Red+Green+Blue) = 112+160+161=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 161 - color contains mainly: blue. Hex color #70A0A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A0A1 is #8F5F5E. Grayscale: #919191. Windows color (decimal): -9396063 or 10592368. OLE color: 10592368.

HSL color Cylindrical-coordinate representation of color #70A0A1: hue angle of 181.22º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A0A1 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB112160161-
CMYK0.300.0100.37
HSL181.22º20.68%53.53%-
HSV(B)181.22º30.43%63.14%-
XYZ25.6931.1638.38-
YUV145.76136.6103.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 161 (63.28% from 255) = 37.18%
R=25.87%
G=36.95%
B=37.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121601610.300.0100.37181.2220.6853.53
Hex70A0A11E1025b51536
Octal1602402413610452652566
Binary1110000101000001010000111110101001011011010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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