#70ABAE

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

Shades of Neptune #70ABAE

Tints of Neptune #70ABAE

Color information

#70ABAE (or 0x70ABAE) is unknown color: approx Neptune. HEX triplet: 70, AB and AE. RGB value is (112,171,174). Sum of RGB (Red+Green+Blue) = 112+171+174=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #70ABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ABAE is #8F5451. Grayscale: #999999. Windows color (decimal): -9393234 or 11447152. OLE color: 11447152.

HSL color Cylindrical-coordinate representation of color #70ABAE: hue angle of 182.9º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70ABAE is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112171174-
CMYK0.360.0200.32
HSL182.9º27.68%56.08%-
HSV(B)182.9º35.63%68.24%-
XYZ28.8835.6345.4-
YUV153.7139.4598.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=24.51%
G=37.42%
B=38.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121711740.360.0200.32182.927.6856.08
Hex70ABAE242020b71c38
Octal1602532564420402673470
Binary111000010101011101011101001001001000001011011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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