#70AAAC

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

Shades of Neptune #70AAAC

Tints of Neptune #70AAAC

Color information

#70AAAC (or 0x70AAAC) is unknown color: approx Neptune. HEX triplet: 70, AA and AC. RGB value is (112,170,172). Sum of RGB (Red+Green+Blue) = 112+170+172=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #70AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAAC is #8F5553. Grayscale: #989898. Windows color (decimal): -9393492 or 11315824. OLE color: 11315824.

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

Color convert

RGB112170172-
CMYK0.350.0100.33
HSL182º26.55%55.69%-
HSV(B)182º34.88%67.45%-
XYZ28.535.1744.32-
YUV152.89138.7898.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.67%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=24.67%
G=37.44%
B=37.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701720.350.0100.3318226.5555.69
Hex70AAAC231021b61b38
Octal1602522544310412663370
Binary11100001010101010101100100011101000011011011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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