#70ABAA

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

Shades of Neptune #70ABAA

Tints of Neptune #70ABAA

Color information

#70ABAA (or 0x70ABAA) is unknown color: approx Neptune. HEX triplet: 70, AB and AA. RGB value is (112,171,170). Sum of RGB (Red+Green+Blue) = 112+171+170=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #70ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ABAA is #8F5455. Grayscale: #999999. Windows color (decimal): -9393238 or 11185008. OLE color: 11185008.

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

Color convert

RGB112171170-
CMYK0.3500.010.33
HSL178.98º25.99%55.49%-
HSV(B)178.98º34.5%67.06%-
XYZ28.535.4743.38-
YUV153.24137.4598.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.72%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=24.72%
G=37.75%
B=37.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121711700.3500.010.33178.9825.9955.49
Hex70ABAA230121b31a37
Octal1602532524301412633267
Binary11100001010101110101010100011011000011011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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