#70B4A9

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

Shades of Gulf Stream #70B4A9

Tints of Gulf Stream #70B4A9

Color information

#70B4A9 (or 0x70B4A9) is unknown color: approx Gulf Stream. HEX triplet: 70, B4 and A9. RGB value is (112,180,169). Sum of RGB (Red+Green+Blue) = 112+180+169=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #70B4A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B4A9 is #8F4B56. Grayscale: #9E9E9E. Windows color (decimal): -9390935 or 11121776. OLE color: 11121776.

HSL color Cylindrical-coordinate representation of color #70B4A9: hue angle of 170.29º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B4A9 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB112180169-
CMYK0.3800.060.29
HSL170.29º31.19%57.25%-
HSV(B)170.29º37.78%70.59%-
XYZ30.1638.9543.46-
YUV158.41133.9794.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 169 (66.41% from 255) = 36.66%
R=24.30%
G=39.05%
B=36.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121801690.3800.060.29170.2931.1957.25
Hex70B4A926061Daa1f39
Octal1602642514606352523771
Binary111000010110100101010011001100110111011010101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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