#70A1A4

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

Shades of Neptune #70A1A4

Tints of Neptune #70A1A4

Color information

#70A1A4 (or 0x70A1A4) is unknown color: approx Neptune. HEX triplet: 70, A1 and A4. RGB value is (112,161,164). Sum of RGB (Red+Green+Blue) = 112+161+164=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 164 - color contains mainly: blue. Hex color #70A1A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A1A4 is #8F5E5B. Grayscale: #929292. Windows color (decimal): -9395804 or 10789232. OLE color: 10789232.

HSL color Cylindrical-coordinate representation of color #70A1A4: hue angle of 183.46º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A1A4 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112161164-
CMYK0.320.0200.36
HSL183.46º22.22%54.12%-
HSV(B)183.46º31.71%64.31%-
XYZ26.1331.6139.85-
YUV146.69137.77103.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=25.63%
G=36.84%
B=37.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121611640.320.0200.36183.4622.2254.12
Hex70A1A4202024b71636
Octal1602412444020442672666
Binary111000010100001101001001000001001001001011011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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