#70A8AA

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

Shades of Neptune #70A8AA

Tints of Neptune #70A8AA

Color information

#70A8AA (or 0x70A8AA) is unknown color: approx Neptune. HEX triplet: 70, A8 and AA. RGB value is (112,168,170). Sum of RGB (Red+Green+Blue) = 112+168+170=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #70A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A8AA is #8F5755. Grayscale: #979797. Windows color (decimal): -9394006 or 11184240. OLE color: 11184240.

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

Color convert

RGB112168170-
CMYK0.340.0100.33
HSL182.07º25.44%55.29%-
HSV(B)182.07º34.12%66.67%-
XYZ27.9434.3543.19-
YUV151.48138.4599.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.89%
GREEN value IS 168 (66.02% from 255) = 37.33%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=24.89%
G=37.33%
B=37.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121681700.340.0100.33182.0725.4455.29
Hex70A8AA221021b61937
Octal1602502524210412663167
Binary11100001010100010101010100010101000011011011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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