#70a6aa

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

Shades of Neptune #70A6AA

Tints of Neptune #70A6AA

Color information

#70A6AA (or 0x70A6AA) is unknown color: approx Neptune. HEX triplet: 70, A6 and AA. RGB value is (112,166,170). Sum of RGB (Red+Green+Blue) = 112+166+170=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #70A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A6AA is #8F5955. Grayscale: #969696. Windows color (decimal): -9394518 or 11183728. OLE color: 11183728.

HSL color Cylindrical-coordinate representation of color #70A6AA: hue angle of 184.14º 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 #70A6AA is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112166170-
CMYK0.340.0200.33
HSL184.14º25.44%55.29%-
HSV(B)184.14º34.12%66.67%-
XYZ27.5733.6243.07-
YUV150.31139.11100.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=25%
G=37.05%
B=37.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121661700.340.0200.33184.1425.4455.29
Hex70A6AA222021b81937
Octal1602462524220412703167
Binary111000010100110101010101000101001000011011100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70a6aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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