#70AEA0

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

Shades of Gulf Stream #70AEA0

Tints of Gulf Stream #70AEA0

Color information

#70AEA0 (or 0x70AEA0) is unknown color: approx Gulf Stream. HEX triplet: 70, AE and A0. RGB value is (112,174,160). Sum of RGB (Red+Green+Blue) = 112+174+160=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEA0 is #8F515F. Grayscale: #999999. Windows color (decimal): -9392480 or 10530416. OLE color: 10530416.

HSL color Cylindrical-coordinate representation of color #70AEA0: hue angle of 166.45º 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 #70AEA0 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB112174160-
CMYK0.3600.080.32
HSL166.45º27.68%56.08%-
HSV(B)166.45º35.63%68.24%-
XYZ28.1636.2538.77-
YUV153.87131.4698.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=25.11%
G=39.01%
B=35.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121741600.3600.080.32166.4527.6856.08
Hex70AEA0240820a61c38
Octal16025624044010402463470
Binary11100001010111010100000100100010001000001010011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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