#70BAAB

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

Shades of Gulf Stream #70BAAB

Tints of Gulf Stream #70BAAB

Color information

#70BAAB (or 0x70BAAB) is unknown color: approx Gulf Stream. HEX triplet: 70, BA and AB. RGB value is (112,186,171). Sum of RGB (Red+Green+Blue) = 112+186+171=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BAAB is #8F4554. Grayscale: #A2A2A2. Windows color (decimal): -9389397 or 11254384. OLE color: 11254384.

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

Color convert

RGB112186171-
CMYK0.4000.080.27
HSL167.84º34.91%58.43%-
HSV(B)167.84º39.78%72.94%-
XYZ31.5941.544.87-
YUV162.16132.9892.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.88%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=23.88%
G=39.66%
B=36.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861710.4000.080.27167.8434.9158.43
Hex70BAAB28081Ba8233a
Octal16027225350010332504372
Binary11100001011101010101011101000010001101110101000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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