#70BCAC

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

Shades of Gulf Stream #70BCAC

Tints of Gulf Stream #70BCAC

Color information

#70BCAC (or 0x70BCAC) is unknown color: approx Gulf Stream. HEX triplet: 70, BC and AC. RGB value is (112,188,172). Sum of RGB (Red+Green+Blue) = 112+188+172=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCAC is #8F4353. Grayscale: #A3A3A3. Windows color (decimal): -9388884 or 11320432. OLE color: 11320432.

HSL color Cylindrical-coordinate representation of color #70BCAC: hue angle of 167.37º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BCAC is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB112188172-
CMYK0.4000.090.26
HSL167.37º36.19%58.82%-
HSV(B)167.37º40.43%73.73%-
XYZ32.1142.3945.52-
YUV163.45132.8291.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.73%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=23.73%
G=39.83%
B=36.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121881720.4000.090.26167.3736.1958.82
Hex70BCAC28091Aa7243b
Octal16027425450011322474473
Binary11100001011110010101100101000010011101010100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,188,172); }

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

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

 a { background-color: rgb(112,188,172); }

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

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

 span { border-color: rgb(112,188,172); }

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