#70BCA6

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

Shades of Gulf Stream #70BCA6

Tints of Gulf Stream #70BCA6

Color information

#70BCA6 (or 0x70BCA6) is unknown color: approx Gulf Stream. HEX triplet: 70, BC and A6. RGB value is (112,188,166). Sum of RGB (Red+Green+Blue) = 112+188+166=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCA6 is #8F4359. Grayscale: #A2A2A2. Windows color (decimal): -9388890 or 10927216. OLE color: 10927216.

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

Color convert

RGB112188166-
CMYK0.4000.120.26
HSL162.63º36.19%58.82%-
HSV(B)162.63º40.43%73.73%-
XYZ31.5542.1642.55-
YUV162.77129.8291.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 166 (65.23% from 255) = 35.62%
R=24.03%
G=40.34%
B=35.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121881660.4000.120.26162.6336.1958.82
Hex70BCA6280C1Aa3243b
Octal16027424650014322434473
Binary11100001011110010100110101000011001101010100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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