#70BAB4

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

Shades of Gulf Stream #70BAB4

Tints of Gulf Stream #70BAB4

Color information

#70BAB4 (or 0x70BAB4) is unknown color: approx Gulf Stream. HEX triplet: 70, BA and B4. RGB value is (112,186,180). Sum of RGB (Red+Green+Blue) = 112+186+180=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BAB4 is #8F454B. Grayscale: #A3A3A3. Windows color (decimal): -9389388 or 11844208. OLE color: 11844208.

HSL color Cylindrical-coordinate representation of color #70BAB4: hue angle of 175.14º 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 #70BAB4 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB112186180-
CMYK0.4000.030.27
HSL175.14º34.91%58.43%-
HSV(B)175.14º39.78%72.94%-
XYZ32.4841.8649.55-
YUV163.19137.4891.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.43%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=23.43%
G=38.91%
B=37.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861800.4000.030.27175.1434.9158.43
Hex70BAB428031Baf233a
Octal1602722645003332574372
Binary111000010111010101101001010000111101110101111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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