#70B2A9

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

Shades of Gulf Stream #70B2A9

Tints of Gulf Stream #70B2A9

Color information

#70B2A9 (or 0x70B2A9) is unknown color: approx Gulf Stream. HEX triplet: 70, B2 and A9. RGB value is (112,178,169). Sum of RGB (Red+Green+Blue) = 112+178+169=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #70B2A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B2A9 is #8F4D56. Grayscale: #9D9D9D. Windows color (decimal): -9391447 or 11121264. OLE color: 11121264.

HSL color Cylindrical-coordinate representation of color #70B2A9: hue angle of 171.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B2A9 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB112178169-
CMYK0.3700.050.30
HSL171.82º30%56.86%-
HSV(B)171.82º37.08%69.8%-
XYZ29.7638.1543.33-
YUV157.24134.6395.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 178 (69.92% from 255) = 38.78%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=24.40%
G=38.78%
B=36.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121781690.3700.050.30171.823056.86
Hex70B2A925051Eac1e39
Octal1602622514505362543671
Binary111000010110010101010011001010101111101010110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,178,169); }

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

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

 a { background-color: rgb(112,178,169); }

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

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

 span { border-color: rgb(112,178,169); }

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