#70A0AA

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

Shades of Neptune #70A0AA

Tints of Neptune #70A0AA

Color information

#70A0AA (or 0x70A0AA) is unknown color: approx Neptune. HEX triplet: 70, A0 and AA. RGB value is (112,160,170). Sum of RGB (Red+Green+Blue) = 112+160+170=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #70A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A0AA is #8F5F55. Grayscale: #929292. Windows color (decimal): -9396054 or 11182192. OLE color: 11182192.

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

Color convert

RGB112160170-
CMYK0.340.0600.33
HSL190.34º25.44%55.29%-
HSV(B)190.34º34.12%66.67%-
XYZ26.5131.4942.71-
YUV146.79141.1103.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.34%
GREEN value IS 160 (62.89% from 255) = 36.20%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=25.34%
G=36.20%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121601700.340.0600.33190.3425.4455.29
Hex70A0AA226021be1937
Octal1602402524260412763167
Binary1110000101000001010101010001011001000011011111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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