#70BAB3

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

Shades of Gulf Stream #70BAB3

Tints of Gulf Stream #70BAB3

Color information

#70BAB3 (or 0x70BAB3) is unknown color: approx Gulf Stream. HEX triplet: 70, BA and B3. RGB value is (112,186,179). Sum of RGB (Red+Green+Blue) = 112+186+179=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BAB3 is #8F454C. Grayscale: #A3A3A3. Windows color (decimal): -9389389 or 11778672. OLE color: 11778672.

HSL color Cylindrical-coordinate representation of color #70BAB3: hue angle of 174.32º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BAB3 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB112186179-
CMYK0.4000.040.27
HSL174.32º34.91%58.43%-
HSV(B)174.32º39.78%72.94%-
XYZ32.3841.8249.01-
YUV163.08136.9891.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.48%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 179 (70.31% from 255) = 37.53%
R=23.48%
G=38.99%
B=37.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861790.4000.040.27174.3234.9158.43
Hex70BAB328041Bae233a
Octal1602722635004332564372
Binary1110000101110101011001110100001001101110101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,186,179); }

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

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

 a { background-color: rgb(112,186,179); }

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

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

 span { border-color: rgb(112,186,179); }

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