#70AAB0

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

Shades of Neptune #70AAB0

Tints of Neptune #70AAB0

Color information

#70AAB0 (or 0x70AAB0) is unknown color: approx Neptune. HEX triplet: 70, AA and B0. RGB value is (112,170,176). Sum of RGB (Red+Green+Blue) = 112+170+176=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 176 - color contains mainly: blue. Hex color #70AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAB0 is #8F554F. Grayscale: #999999. Windows color (decimal): -9393488 or 11577968. OLE color: 11577968.

HSL color Cylindrical-coordinate representation of color #70AAB0: hue angle of 185.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AAB0 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112170176-
CMYK0.360.0300.31
HSL185.62º28.83%56.47%-
HSV(B)185.62º36.36%69.02%-
XYZ28.8935.3346.37-
YUV153.34140.7898.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.45%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 176 (69.14% from 255) = 38.43%
R=24.45%
G=37.12%
B=38.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121701760.360.0300.31185.6228.8356.47
Hex70AAB024301Fba1d38
Octal1602522604430372723570
Binary11100001010101010110000100100110111111011101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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